aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-11-10 23:22:34 +0000
committerJon Pretty <jon.pretty@propensive.com>2017-11-10 23:22:34 +0000
commitefe98a7d0b134415f3da0e7a7c3cb6ca5f2b44c4 (patch)
treed520b80eeb2cfdcc722cbc8e9fc292fce69e2937
parent152e6e4606c716332581390649dc8f61be7cf939 (diff)
downloadmagnolia-0.6.0.tar.gz
magnolia-0.6.0.tar.bz2
magnolia-0.6.0.zip
Include changelogv0.6.0
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..1167db0
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,11 @@
+# Changelog
+
+## v0.6.0
+- Include warnings if the `combine` or `dispatch` methods are missing
+- Avoid compilation warnings from use of old macros API
+- Support for deriving for value classes
+- Type names and parameter labels are now passed to the API decoded
+- Allow the derivation objects to be made generic in other dimensions
+
+## v0.5.0
+- Initial release