summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-03-22 19:35:30 -0400
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-03-22 19:35:30 -0400
commitbfe1f266922bffd3c0c8d8906535be7621217e7a (patch)
tree3e85bac0398208db251f7365aa479528409f04f3 /CHANGELOG.org
parent943496888d18b031be19ba8e7348ec188dc8eb6b (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.org1
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