diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-02-26 11:15:04 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-02-26 11:15:49 -0500 |
commit | 934213e08e85cc20bd994d0f39567426c21b89eb (patch) | |
tree | b6a6ec78124e854246478f001fd0d816703e39ce /CHANGELOG.org | |
parent | 07c86e02be29aa3d3d878adce62c5c0a9a458e47 (diff) |
Implemented expression conversion, tests now pass
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r-- | CHANGELOG.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 3bc46c2..681fead 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -4,7 +4,7 @@ *** Added - Added tests for the GUI - Added an object for the version numbers (SemanticVersionNumber) - - Added some toString methods to NameSymbol + - Added some toString methods to NameSymbol and Nameable *** Changed - Rewrote the GUI code internally using an MVP model to make it easier to maintain and improve - BaseDimension is now Nameable. As a consequence, its name and symbol return Optional<String> instead of String, even though they will always succeed. |