diff options
author | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-15 20:13:04 -0400 |
---|---|---|
committer | Adrien Hopkins <masterofnumbers17@gmail.com> | 2019-10-15 20:13:04 -0400 |
commit | 511fe144da142082a02b5a5b07e67bb76df1331e (patch) | |
tree | eae73bc8eb0454523df804b7f0c3de52aee4f65a /CHANGELOG.org | |
parent | efb8729719257c4a766058c5c7122648d94dd8b3 (diff) |
Finalized the removal of Maven from Unit Converter
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r-- | CHANGELOG.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 1a49709..6c78f27 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -7,6 +7,7 @@ All notable changes in this project will be shown in this file. - Added a static factory to create nonlinear units to the Unit interface *** Changed - You can now use tabs or spaces to separate unit names and their definitions in unit files. + - Unit Converter no longer uses Maven. ** v0.2.0 - [2019-04-14] *** Added - A selection-based unit converter which allows you to select two units, input a value, and convert. |