summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2016-12-29 12:58:01 +0100
committerJohannes Rudolph <johannes.rudolph@gmail.com>2016-12-29 12:58:01 +0100
commit765c83248e0bbe867ddc9d479b4fe79493569a54 (patch)
treeb7db22f50eaa72ce312fd5575266cbae3d8176b0 /CHANGELOG
parent9ea645b0be33d740473c972dd7c4ae83bb1b81d8 (diff)
downloadspray-json-765c83248e0bbe867ddc9d479b4fe79493569a54.tar.gz
spray-json-765c83248e0bbe867ddc9d479b4fe79493569a54.tar.bz2
spray-json-765c83248e0bbe867ddc9d479b4fe79493569a54.zip
bump version to 1.3.3v1.3.3
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 57e4758..8d988f5 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,15 @@
+Version 1.3.3 (1016-12-29)
+--------------------------
+
+For Scala 2.12, this release brings no updates over 1.3.2 because the 2.12 release
+of 1.3.2 was released from a later version of the master branch. Version 1.3.3
+brings the artifacts for Scala 2.10 and 2.11 also to this latest state.
+
+- Fixed decoding of 4-byte UTF-8 characters
+- Refactored UTF-8 decoding into better reusable superclass
+- Decode BigInt / BigDecimal values from JsString (#182)
+- Cross published for Scala 2.10.x, 2.11.x, and 2.12.x
+
Version 1.3.2 (2015-05-06)
--------------------------
- Fixed performance bottleneck in `ProductFormats::fromField` (#132)