summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 7318861..f252799 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,10 +1,16 @@
* Changelog
All notable changes in this project will be shown in this file.
** Unreleased
+*** Added
+- *Added specifications for all types data files used by 7Units.*
*** Changed
- Configuration file is now located at a standard location in the system, instead of being in the project directory.
- Simplified some setting values in the config file
-** v0.4.1 - [2023-04-15]
+- Made the various data files more consistent with each other:
+ - Addition and subtraction may be used in prefix expressions.
+ - Exponentation works for all bases in dimension expressions.
+ - All types of config files support comments.
+** v0.4.1 - [2023-04-15 Sat]
*** Fixed
- Upgrade Gradle from 6.3 to 8.1 to support users of new Java versions
(though 7Units still uses Java 11, the old Gradle distribution would fail if compiled with a newer version of Java)