1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-26 03:36:50 +01:00

10 lines
267 B
Plaintext

Release 0.3 - 2010/05/23
NEW FEATURES
Added Unbuffered API + Direct Conversion API to the Unpacker.
BUG FIXES
Zero-length Array and Map is deserialized as List and Map, instead of the
array of the Object.
fixed the bug around Packer.packByte().