summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2014-04-10 10:10:25 +0200
committerMathias <mathias@spray.io>2014-04-10 10:10:25 +0200
commitf5937815e4eab31853d5f5e65b0dda8fb6b81e15 (patch)
tree73231074e03a99c07fa32c5365cc2919528dcb51 /CHANGELOG
parentbd08ea2d1535eb43891a9912d55f94850655fc38 (diff)
downloadspray-json-f5937815e4eab31853d5f5e65b0dda8fb6b81e15.tar.gz
spray-json-f5937815e4eab31853d5f5e65b0dda8fb6b81e15.tar.bz2
spray-json-f5937815e4eab31853d5f5e65b0dda8fb6b81e15.zip
Prepare for release 1.2.6v1.2.6
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 34d1ca0..7a8029b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,17 @@
+Version 1.2.6 (2014-04-10)
+--------------------------
+- Improved deserialization error message with name of malformed field (#62)
+- Fixed broken `tuple7Format` (#66)
+- Fixed parsing problem for invalid hex digits (#75)
+- Fixed `jsonFormat` method to ignore static fields (#76)
+- Fixed `JsonPrinter` unicode escaping to strictly match spec (#83, #46)
+- Fixed `null` handling in `JsString` (#70)
+- Opened up JsonPrinter methods to overriding by marking them `protected`
+- Deprecated `asJson` method in favor of `parseJson` (#89)
+- Added OSGi metadata
+- Upgraded to Scala 2.10.4 and parboiled 1.1.6, added cross-building for Scala 2.11
+
+
Version 1.2.5 (2013-05-31)
--------------------------
- Extended `jsonFormat` support for case classes w/ > 15 parameters, closed #48