summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-03-17 20:04:56 -0400
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-03-17 20:04:56 -0400
commit6dbd32cd208c164e9c818b48b0b9bf823a152d71 (patch)
treeae189184da4294948aa84beca04f39ecd0d08f08 /CHANGELOG.org
parent5f06f688ee0de31125682a9a0b1d05b4b5edf66c (diff)
Added an expression parser that can parse RPN expressions.
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 b9c87c9..87e26e0 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -8,6 +8,7 @@ All notable changes in this project will be shown in this file.
*** Added
- GUI for a selection-based unit converter
- The UnitDatabase now stores dimensions.
+ - A system to parse mathematical expressions, used to parse unit expressions.
** v0.1.0
NOTE: At this stage, the API is subject to significant change.
*** Added