summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 8a79c46..46197dc 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -6,12 +6,14 @@ All notable changes in this project will be shown in this file.
- Moved project to Maven
- Downgraded JUnit to 4.11
- BaseUnit is now a subclass of LinearUnit
- - Comments can now start in the middle of lines
+ - In unit files, Comments can now start in the middle of lines
+ - UnitsDatabase.addAllFromFile() has been renamed to loadUnitsFile()
*** Added
- GUI for a selection-based unit converter
- The UnitDatabase now stores dimensions.
- A system to parse mathematical expressions, used to parse unit expressions.
- You can now add and subtract in unit expressions!
+ - Instructions for obtaining unit instances are provided in the relevant classes
** v0.1.0
NOTE: At this stage, the API is subject to significant change.
*** Added