From dcec5e7a22d249919ea24f8ac8b7c97c550d9370 Mon Sep 17 00:00:00 2001 From: Mathias Date: Wed, 1 Feb 2012 11:15:58 +0100 Subject: Update CHANGELOG --- CHANGELOG | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 847488b..9f524e3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +Version 1.1 (2012-02-01) +------------------------ +- Added automatic case class field name extraction via new jsonFormatX overloads +- Added 'asJson' pimp 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])) +- Fixed issue #8 (Allow (de)serialization of NaN (Double)), thx to @stefritz +- Fixed #6 (rename JsValue:fromJson to 'convertTo', add .prettyPrint and .compactPrint) +- Improved deserialization error messages +- Upgraded to SBT 0.11.2 + + Version 1.0.1 (2011-10-04) -------------------------- - Upgraded to Scala 2.9.1 and parboiled 1.0.2 @@ -7,6 +20,7 @@ Version 1.0.1 (2011-10-04) - Improved documentation - Smaller fixes and additions + Version 1.0.0 (2011-07-18) -------------------------- first public release -- cgit v1.2.3