summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2024-03-24 13:25:22 -0500
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2024-03-24 13:25:22 -0500
commited53492243ecad8d975401a97f5b634328ad2c71 (patch)
tree8a744f46320710355a02c9b2c371602ce69aefec /CHANGELOG.org
parentc878761f737c90fc3fa1caedd48e2ee01637108f (diff)
parent91d51c3c49c4c0877483220ac0f12db4efab8f60 (diff)
Release version 0.5.0 (merge into stable)
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 18951c1..9696497 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,6 +1,16 @@
* Changelog
All notable changes in this project will be shown in this file.
-** v0.4.1 - [2023-04-15]
+** v0.5.0 - [2024-03-24 Sun]
+*** 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
+- 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)