mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-22 08:26:35 +01:00
17 lines
358 B
ReStructuredText
17 lines
358 B
ReStructuredText
0.2.0
|
|
======
|
|
:release date: NOT RELEASED YET
|
|
|
|
New feature
|
|
------------
|
|
* Add *object_hook* and *list_hook* option to unpacker. It allows you to
|
|
hook unpacing mapping type and array type.
|
|
|
|
* Add *default* option to packer. It allows you to pack unsupported types.
|
|
|
|
* unpacker accepts (old) buffer types.
|
|
|
|
Bugs fixed
|
|
----------
|
|
* Compilation error on win32.
|