summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
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)