summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2024-08-22 11:49:52 -0500
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2024-08-22 11:49:52 -0500
commit6feabb35336fa3ca1faaff203f50086dc018b5ce (patch)
tree326f5d807441aa06438d18a09a51409aa8248b53
parentea3e2bf07939926e43c7abe3fd13a7c4e93f69d1 (diff)
Update changelog
-rw-r--r--CHANGELOG.org7
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.*