Skip to content

Commit 1279169

Browse files
committed
Update RELEASE_NOTES.md
1 parent 8754561 commit 1279169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* 0.8.0
44
* Split MessagePack.Config into MessagePack.Packer/UnpackerConfig
55
* Changed MessageBuffer API
6-
* It allows releasing the previously allocated buffers upon MessageBufferInput.next() call.
7-
* MessageBufferOutput now can read data from external byte arrays
6+
* It allows releasing the previously allocated buffers upon MessageBufferInput.next() call.
7+
* MessageBufferOutput now can read data from external byte arrays
88
* MessagePacker supports addPayload(byte[]) to feed the data from an external data source
99
* This saves the cost of copying large data to the internal message buffer
1010
* Performance improvement of packString

0 commit comments

Comments
 (0)