summaryrefslogtreecommitdiff
path: root/CHANGELOG.org
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-01-26 13:35:19 -0500
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2019-01-26 13:35:19 -0500
commit5358e7f04c3d33a17ff84f6c274c521c8f0dd4c9 (patch)
tree6f790a1d1612e51441d4cba6358064629afec819 /CHANGELOG.org
parentfceb0002659311f7d7c6481908d1c7f917160e6e (diff)
Added a changelog and changed the tests.
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r--CHANGELOG.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
new file mode 100644
index 0000000..1dbe268
--- /dev/null
+++ b/CHANGELOG.org
@@ -0,0 +1,11 @@
+* Changelog
+All notable changes in this project will be shown in this file.
+
+** v0.1.0
+NOTE: At this stage, the API is subject to significant change.
+*** Added
+ - Unit interface, implemented and supporting classes
+ - UnitPrefix interface, implemented and supporting classes
+ - UnitDimension and supporting classes
+ - UnitDatabase to store and parse units
+ - A GUI for unit conversion