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 0348a49 commit 36144f9Copy full SHA for 36144f9
RELEASE_NOTES.md
@@ -1,5 +1,11 @@
1
# Release Notes
2
3
+## 0.8.21
4
+ * Fix indexing bug in ValueFactory [#525](https://github.com/msgpack/msgpack-java/pull/525)
5
+ * Support numeric types in MessagePackParser.getText() [#527](https://github.com/msgpack/msgpack-java/pull/527)
6
+ * Use jackson-databind 2.10.5 for security vulnerability [#528](https://github.com/msgpack/msgpack-java/pull/528)
7
+ * (internal) Ensure building msgpack-java for Java 7 target [#523](https://github.com/msgpack/msgpack-java/pull/523)
8
+
9
## 0.8.20
10
* Rebuild 0.8.19 with JDK8
11
0 commit comments