Skip to content

Commit 8754561

Browse files
committed
Update RELEASE_NOTES.md
1 parent 61f1148 commit 8754561

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Release Notes
22

33
* 0.8.0
4-
* Changed MessageBuffer API to allow releasing the previously allocated buffers upon MessageBufferInput.next() call.
54
* Split MessagePack.Config into MessagePack.Packer/UnpackerConfig
5+
* 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
8+
* MessagePacker supports addPayload(byte[]) to feed the data from an external data source
9+
* This saves the cost of copying large data to the internal message buffer
610
* Performance improvement of packString
711

812
* 0.7.1

0 commit comments

Comments
 (0)