We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb38aca commit 5e9bce6Copy full SHA for 5e9bce6
RELEASE_NOTES.md
@@ -1,5 +1,10 @@
1
# Release Notes
2
3
+* 0.8.0
4
+ * Changed MessageBuffer API to alloww releasing the previously allocated buffers upon MessageBufferInput.next() call.
5
+ * Split MessagePack.Config into MessagePack.Packer/UnpackerConfig
6
+ * Performance improvement of packString
7
+
8
* 0.7.1
9
* Fix ImmutableLongValueImpl#asShort [#287](https://github.com/msgpack/msgpack-java/pull/287)
10
0 commit comments