diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-04-16 17:00:52 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-04-16 17:00:52 -0500 |
commit | 855cdf83b91bd3061662e563db6656408cc24a12 (patch) | |
tree | ed6138a7ad36a0a50aaeae8743c0a41150166abe /CHANGELOG.org | |
parent | 4aaf6a8b60fbec63c2e0bee624b3859ded0ecde3 (diff) |
Implemented the unit & prefix viewers
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 7c53032..61d9333 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -8,7 +8,7 @@ *** 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 + - The UnitDatabase's units, prefixes 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] |