summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorAdrien Hopkins <ahopk127@my.yorku.ca>2022-03-10 06:55:59 -0500
committerAdrien Hopkins <ahopk127@my.yorku.ca>2022-03-10 06:55:59 -0500
commitc5b209d48ef38b733e3fd8fd8ef86ae13a552821 (patch)
treeac3a3b2269a517fe4bae2db213460ff9ed7d4f73 /CHANGELOG.org
parent934213e08e85cc20bd994d0f39567426c21b89eb (diff)
Simplified toString of common unit classes
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 681fead..7c53032 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -9,6 +9,7 @@
- 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
+ - The toString method of the common unit classes is now simpler. Alternate toString functions that describe the full unit are provided.
- Tweaked the look of the unit and expression conversion sections of the view
** v0.3.2 - [2021-12-02 Thu]
*** Added