diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-13 10:05:08 -0400 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-13 10:05:08 -0400 |
commit | 8e613844ae19a4dea2089ac34c1f0ae650eaeae7 (patch) | |
tree | 43f3fcf2fc7fafb840156a6fe0a5596ba091a904 /CHANGELOG.org | |
parent | ec036fdad931fbbd7dec28b864150f8668e91b41 (diff) |
The dimension selector now loads dimensions from a file.
The dimension selector does nothing, as its purpose is to filter a
list which does not exist yet, but it does correctly load the options.
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r-- | CHANGELOG.org | 4 |
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 |