summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8d988f5..bae279e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 1.3.3 (1016-12-29)
+Version 1.3.3 (2016-12-29)
--------------------------
For Scala 2.12, this release brings no updates over 1.3.2 because the 2.12 release
@@ -102,7 +102,7 @@ Version 1.1.1 (2012-03-13)
Version 1.1.0 (2012-02-01)
--------------------------
- Added automatic case class field name extraction via new jsonFormatX overloads
-- Added 'asJson' pimp to Strings
+- Added 'asJson' extension method to Strings
- Added RootJsonFormat (JsonFormat for types corresponding to JSON document roots)
- Fixed problem of JSON object deserialization not being member-order independent
(removed JsField, turned JsObject(List[JsField]) into JsObject(Map[String, JsValue]))