aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-17 19:38:37 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-17 19:38:37 -0700
commit4e50db580a11468cd12cfb4374a8825f88b3c090 (patch)
tree05feab71bb07e39d869fbe680e4794bb9af88e4a
parent1ea1164655cdcfbf85869456d33d5bc714c10966 (diff)
downloadspray-json-derivation-4e50db580a11468cd12cfb4374a8825f88b3c090.tar.gz
spray-json-derivation-4e50db580a11468cd12cfb4374a8825f88b3c090.tar.bz2
spray-json-derivation-4e50db580a11468cd12cfb4374a8825f88b3c090.zip
Update changelog
-rw-r--r--CHANGELOG.md47
1 files changed, 27 insertions, 20 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5db553d..774e81b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,38 +1,45 @@
-Version 0.4.1
--------------
+# Version 0.4.2
+
+Build and publish for ScalaJS and Scala Native. This release adds a
+dependency on a binary compatible fork of spray-json.
+
+# Version 0.4.1
+
Add MiMa plugin to check binary backwards compatibility.
-Version 0.4.0
--------------
-Same as version 0.3.1; the package rename should have warranted a major version bump.
+# Version 0.4.0
-Version 0.3.1
--------------
-- Rename packages to "spray.json" for seamless integration with spray-json.
+Same as version 0.3.1; the package rename should have warranted a
+major version bump.
+
+# 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
--------------
+# 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
--------------
+# Version 0.2.2
+
Fix Scaladoc markup for warning-free builds.
-Version 0.2.1
--------------
+# Version 0.2.1
+
Build for Scala 2.11 as well as 2.12.
-Version 0.2.0
--------------
+# Version 0.2.0
+
Generate RootJsonFormats instead of JsonFormats.
-Version 0.1.1
--------------
+# Version 0.1.1
+
Fix publish process through Travis CI.
-Version 0.1
------------
+# Version 0.1
+
Initial release.