summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-04-13 19:48:25 -0400
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-04-13 19:48:25 -0400
commit63dd50e5d7a5daa0bcbdd00608543d4572c870ea (patch)
treef35c4619e05ddb3dd33b614dccefd9839dc35512 /CHANGELOG.org
parentf0f4898f796b9cc26294ba9feb22692143d00a9e (diff)
Edited the UnitsDatabase API; it now favours prefixless units.
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index e7748ba..db9766b 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -3,6 +3,8 @@ All notable changes in this project will be shown in this file.
** Unreleased
*** 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