diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-13 15:55:49 -0400 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-13 15:55:49 -0400 |
commit | f0f4898f796b9cc26294ba9feb22692143d00a9e (patch) | |
tree | e54c5a53e5ad1786dadab650ceea6efa83522a9e /CHANGELOG.org | |
parent | e0c5021a9ba85debf0c0722d78f75a0dbcc8376b (diff) |
Unit prefixes now have math methods, and use the expression parser.
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r-- | CHANGELOG.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 46197dc..e7748ba 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -9,11 +9,12 @@ All notable changes in this project will be shown in this file. - 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 + - A selection-based unit converter which allows you to select two units, input a value, and convert. - 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 + - The UnitPrefix interface now provides default times, dividedBy and toExponent methods. ** v0.1.0 NOTE: At this stage, the API is subject to significant change. *** Added |