We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d0058 commit dc42c9eCopy full SHA for dc42c9e
RELEASE_NOTES.md
@@ -1,5 +1,10 @@
1
# Release Notes
2
3
+## 0.8.12
4
+ * Fix warnings in build.sbt[#402](https://github.com/msgpack/msgpack-java/pull/402)
5
+ * Add ExtensionTypeCustomDeserializers and MessagePackFactory#setExtTypeCustomDesers[#408](https://github.com/msgpack/msgpack-java/pull/408)
6
+ * Avoid a CharsetEncoder bug of Android 4.x at MessagePacker#packString[#409](https://github.com/msgpack/msgpack-java/pull/409)
7
+
8
## 0.8.11
9
* Fixed NPE when write(add)Payload are used at the beginning [#392](https://github.com/msgpack/msgpack-java/pull/392)
10
0 commit comments