mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
9 lines
267 B
Text
9 lines
267 B
Text
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().
|