summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorAdrien Hopkins <ahopk127@my.yorku.ca>2022-02-26 11:15:04 -0500
committerAdrien Hopkins <ahopk127@my.yorku.ca>2022-02-26 11:15:49 -0500
commit934213e08e85cc20bd994d0f39567426c21b89eb (patch)
treeb6a6ec78124e854246478f001fd0d816703e39ce /CHANGELOG.org
parent07c86e02be29aa3d3d878adce62c5c0a9a458e47 (diff)
Implemented expression conversion, tests now pass
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org2
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.