summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorAdrien Hopkins <ahopk127@my.yorku.ca>2022-02-26 09:53:24 -0500
committerAdrien Hopkins <ahopk127@my.yorku.ca>2022-02-26 09:53:24 -0500
commit07c86e02be29aa3d3d878adce62c5c0a9a458e47 (patch)
treef7b13c71beed93f3af0919a2c835414252bf30c7 /CHANGELOG.org
parentb7eee33a5b162b4057d04d28f45738e3048bf01d (diff)
Implemented unit conversion, with a few problems
TabbedView now displays its units, but with their toString method which shows their definition in addition to their name
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 2abee52..3bc46c2 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -4,8 +4,11 @@
*** Added
- Added tests for the GUI
- Added an object for the version numbers (SemanticVersionNumber)
+ - Added some toString methods to NameSymbol
*** 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.
+ - The UnitDatabase's units and dimensions are now always named
- Tweaked the look of the unit and expression conversion sections of the view
** v0.3.2 - [2021-12-02 Thu]
*** Added