aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-03-10 14:48:01 -0800
committerJakob Odersky <jakob@odersky.com>2018-03-10 14:48:01 -0800
commitc3c004d41c86b20c0c8c328a795363338e18627d (patch)
tree9aaeebe08a55cb87c8c79c3d39181dbdaa49689b
parent5f28676f2462395799ba6d694eee520b9880bd88 (diff)
downloadspray-json-derivation-c3c004d41c86b20c0c8c328a795363338e18627d.tar.gz
spray-json-derivation-c3c004d41c86b20c0c8c328a795363338e18627d.tar.bz2
spray-json-derivation-c3c004d41c86b20c0c8c328a795363338e18627d.zip
Add changelog
-rw-r--r--CHANGELOG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..ad63117
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,30 @@
+Version 0.3.1
+-------------
+- Rename packages to "spray.json" for seamless integration with spray-json.
+- Add companion object back to `DerivedFormats`.
+
+Version 0.3.0
+-------------
+Don't make derived formats implicitly available by default. This
+copies functionality from `DerivedFormats` to `ImplicitDerivedFormats`
+and removes the implicit qualifier from `DerivedFormats` generation.
+
+Version 0.2.2
+-------------
+Fix Scaladoc markup for warning-free builds.
+
+Version 0.2.1
+-------------
+Build for Scala 2.11 as well as 2.12.
+
+Version 0.2.0
+-------------
+Generate RootJsonFormats instead of JsonFormats.
+
+Version 0.1.1
+-------------
+Fix publish process through Travis CI.
+
+Version 0.1
+-----------
+Initial release.