diff options
-rw-r--r-- | CHANGELOG.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index ad2f09b..344b4a0 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -3,6 +3,13 @@ All notable changes in this project will be shown in this file. ** Unreleased *** Added - *Allowed conversion to a sum of units (e.g. 4/3 ft \rightarrow 1 ft + 4 in).* +- *Allowed exponents on units to be non-integer numbers.* + The resulting exponents are rounded to the nearest integer, and the user is warned if this rounding changes the value by more than normal floating-point error. +- Add more information to the loading-success message. +*** Changed +- *Errors in unit/dimension files are shown in popups, rather than crashing the program.* +*** Fixed +- Fixed encoding of \pm character in values with uncertainty. ** v0.5.0 - [2024-03-24 Sun] *** Added - *Added specifications for all types data files used by 7Units.* |