diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-10 21:00:49 -0400 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-10 21:00:49 -0400 |
commit | ec036fdad931fbbd7dec28b864150f8668e91b41 (patch) | |
tree | cb43fbad3089765fa548f8aeb959a686536aaec8 /CHANGELOG.org | |
parent | 91ee53876aeeb52e980dd1fa976fae06d890ba19 (diff) |
Edited dimension database code and improved comments.
getDimension() now works with exponents,
Added a dimension parser,
comments can now be in the middle of lines
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r-- | CHANGELOG.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 95dc57a..8a79c46 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -6,6 +6,7 @@ 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 *** Added - GUI for a selection-based unit converter - The UnitDatabase now stores dimensions. |