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 a5a4edc commit 31c04d2Copy full SHA for 31c04d2
RELEASE_NOTES.md
@@ -1,5 +1,10 @@
1
# Release Notes
2
3
+## 0.8.22
4
+ * Support extension type key in Map [#535](https://github.com/msgpack/msgpack-java/pull/535)
5
+ * Remove addTargetClass() and addTargetTypeReference() from ExtensionTypeCustomDeserializers [#539](https://github.com/msgpack/msgpack-java/pull/539)
6
+ * Fix a bug BigDecimal serializaion fails [#540](https://github.com/msgpack/msgpack-java/pull/540)
7
+
8
## 0.8.21
9
* Fix indexing bug in ValueFactory [#525](https://github.com/msgpack/msgpack-java/pull/525)
10
* Support numeric types in MessagePackParser.getText() [#527](https://github.com/msgpack/msgpack-java/pull/527)
0 commit comments