summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorAdrien Hopkins <ahopk127@my.yorku.ca>2022-07-17 16:25:04 -0500
committerAdrien Hopkins <ahopk127@my.yorku.ca>2022-07-17 16:25:04 -0500
commit59a95816053cc3dd9ad49fcecc078940a8835774 (patch)
tree8d3ac45478468fe772618aa6d44c4879152738b5 /CHANGELOG.org
parent6015694bbec91db777530d1cba1be34b832e9a8a (diff)
parentb76c06eb393c7c6d9a3ece66efec1fd20311b7e8 (diff)
Merge branch 'release-0.4.0' into develop
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index de873b3..90f6cfa 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,13 +1,13 @@
* Changelog
All notable changes in this project will be shown in this file.
-** v0.4.0 (Unreleased)
+** v0.4.0 - [2022-07-17 Sun]
*** Added
- - Added tests for the GUI
+ - *Added tests for the GUI*
+ - *Added search rules that determine which prefixes are shown in the unit conversion view.*
- Added an object for the version numbers (SemanticVersionNumber)
- - Added search rules that determine which prefixes are shown in the unit conversion view.
- 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
+ - *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, 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.
@@ -15,6 +15,7 @@
- Rounding rules are now in their own classes
- The "Show Duplicates" setting now affects the prefix viewer in addition to units
- Tweaked the look of the unit and expression conversion sections of the view
+ - Default dimension names are in title case, not uppercase.
** v0.3.2 - [2021-12-02 Thu]
*** Added
- Added lots more tests for the backend and utilities