diff options
author | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-13 19:48:25 -0400 |
---|---|---|
committer | Adrien Hopkins <adrien.p.hopkins@gmail.com> | 2019-04-13 19:48:25 -0400 |
commit | 63dd50e5d7a5daa0bcbdd00608543d4572c870ea (patch) | |
tree | f35c4619e05ddb3dd33b614dccefd9839dc35512 /CHANGELOG.org | |
parent | f0f4898f796b9cc26294ba9feb22692143d00a9e (diff) |
Edited the UnitsDatabase API; it now favours prefixless units.
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r-- | CHANGELOG.org | 2 |
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 |