Skip to content

Commit e066cd3

Browse files
committed
Add a note about MessagePackParser
1 parent 43da291 commit e066cd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Allow setting null to ArrayBufferInput for advanced applications that require dedicated memory management.
66
* Fix MessageBufferPacker.toXXX to properly flush the output
77
* 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.
89

910
* 0.8.0
1011
* Split MessagePack.Config into MessagePack.Packer/UnpackerConfig

0 commit comments

Comments
 (0)