We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7d698 commit 3ab1d54Copy full SHA for 3ab1d54
1 file changed
RELEASE_NOTES.md
@@ -5,7 +5,7 @@
5
* Allow setting null to ArrayBufferInput for advanced applications that require dedicated memory management.
6
* Fix MessageBufferPacker.toXXX to properly flush the output
7
* Modify ValueFactory methods to produce a copy of the input data. To omit the copy, use `omitCopy` flag.
8
- * Improve the performance of MessagePackParser by unpacking data without org.msgpack.value.Value.
+ * Improve the performance of MessagePackParser by unpacking data without using org.msgpack.value.Value.
9
10
* 0.8.0
11
* Split MessagePack.Config into MessagePack.Packer/UnpackerConfig
0 commit comments