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 7639236 commit 061ab99Copy full SHA for 061ab99
RELEASE_NOTES.md
@@ -1,5 +1,10 @@
1
# Release Notes
2
3
+## 0.8.13
4
+ * Fix ambiguous overload in Java 9[#415](https://github.com/msgpack/msgpack-java/pull/415)
5
+ * Make MessagePackParser accept a string as a byte array field[#420](https://github.com/msgpack/msgpack-java/pull/420)
6
+ * Support MessagePackGenerator#writeNumber(String)[#422](https://github.com/msgpack/msgpack-java/pull/422)
7
+
8
## 0.8.12
9
* Fix warnings in build.sbt[#402](https://github.com/msgpack/msgpack-java/pull/402)
10
* Add ExtensionTypeCustomDeserializers and MessagePackFactory#setExtTypeCustomDesers[#408](https://github.com/msgpack/msgpack-java/pull/408)
0 commit comments