We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8754561 commit 1279169Copy full SHA for 1279169
RELEASE_NOTES.md
@@ -3,8 +3,8 @@
3
* 0.8.0
4
* 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
+ * It allows releasing the previously allocated buffers upon MessageBufferInput.next() call.
+ * 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
10
* Performance improvement of packString
0 commit comments