summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMathias <mathias@spray.io>2015-05-06 15:56:44 +0200
committerMathias <mathias@spray.io>2015-05-06 15:56:44 +0200
commit42757e9f27cc7b3253cdfcc330de209722e3eb63 (patch)
tree5bad5d1d6b06007ed6e966a5a6b56afb89955b04 /CHANGELOG
parent8c838e7e00b0582fee528cde6e8cd67c39256664 (diff)
downloadspray-json-42757e9f27cc7b3253cdfcc330de209722e3eb63.tar.gz
spray-json-42757e9f27cc7b3253cdfcc330de209722e3eb63.tar.bz2
spray-json-42757e9f27cc7b3253cdfcc330de209722e3eb63.zip
Prepare for release 1.3.2v1.3.2
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 683f98c..57e4758 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,16 @@
+Version 1.3.2 (2015-05-06)
+--------------------------
+- Fixed performance bottleneck in `ProductFormats::fromField` (#132)
+- Fixed multibyte chars at ix 0 of JSON String not being parsed correctly (#148)
+- Fixed automatic field name discovery for member names with mangled prefix (#142)
+- Reinstated deprecated `JsArray` and `JsObject` List-based constructors for backwards compatibility
+- Added standard `OptionFormat` type (#151)
+- Exposed field name in deserialization errors if possible
+- Improved name unmangling in ProductFormats (#138)
+- Introduced `JsObject.empty`, `JsArray.empty`, `JsString.empty` and `JsNumber.zero` (#143)
+- Made `JsonParser` require complete consumption of parsing input (#137)
+
+
Version 1.3.1 (2014-10-28)
--------------------------
- Fixed OutOfMemoryError when parsing unterminated JSON strings (#122)