summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-04-14 17:46:43 -0400
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-04-14 17:46:43 -0400
commit910b2f1b448ec56e6a66f4aa4f72e71c39de40a1 (patch)
tree231fcb8f72a467a77efc1e6050de12bd70f7b152 /CHANGELOG.org
parent70273e127b061c69ce4b3d9d6c3881c6b0c2b829 (diff)
parent2ce65fa76908d77a5e3b045a8eb40c798939b8be (diff)
Release v0.2.0v0.2.0
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org18
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 1dbe268..77e7593 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -1,7 +1,23 @@
* Changelog
All notable changes in this project will be shown in this file.
-** v0.1.0
+** v0.2.0 - [2019-04-14]
+*** Changed
+ - When searching for units, units with no prefixes are searched for before prefixed units
+ - Smaller prefixes are searched for before larger prefixes
+ - Moved project to Maven
+ - Downgraded JUnit to 4.11
+ - BaseUnit is now a subclass of LinearUnit
+ - In unit files, Comments can now start in the middle of lines
+ - UnitsDatabase.addAllFromFile() has been renamed to loadUnitsFile()
+*** Added
+ - A selection-based unit converter which allows you to select two units, input a value, and convert.
+ - The UnitDatabase now stores dimensions.
+ - A system to parse mathematical expressions, used to parse unit expressions.
+ - You can now add and subtract in unit expressions!
+ - Instructions for obtaining unit instances are provided in the relevant classes
+ - The UnitPrefix interface now provides default times, dividedBy and toExponent methods.
+** v0.1.0 - [2019-02-01]
NOTE: At this stage, the API is subject to significant change.
*** Added
- Unit interface, implemented and supporting classes