summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
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.