diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-03-22 19:35:30 -0400 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-03-22 19:35:30 -0400 |
commit | bfe1f266922bffd3c0c8d8906535be7621217e7a (patch) | |
tree | 3e85bac0398208db251f7365aa479528409f04f3 /CHANGELOG.org | |
parent | 943496888d18b031be19ba8e7348ec188dc8eb6b (diff) |
Unit Expressions are now parsed with the expression parser.
Addition and subtraction are now possible.
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 5baf980..95dc57a 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -10,6 +10,7 @@ All notable changes in this project will be shown in this file. - 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! ** v0.1.0 NOTE: At this stage, the API is subject to significant change. *** Added |