mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Update changelog.
This commit is contained in:
parent
4adc6f194d
commit
171145e562
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ Changes
|
|||
* Add ``.skip()`` method to ``Unpacker`` (thanks to jnothman)
|
||||
* Add capturing feature. You can pass the writable object to
|
||||
``Unpacker.unpack()`` as a second parameter.
|
||||
* Add ``Packer.pack_array_header`` and ``Packer.pack_map_header``.
|
||||
These methods only pack header of each type.
|
||||
* Add ``autoreset`` option to ``Packer`` (default: True).
|
||||
Packer doesn't return packed bytes and clear internal buffer.
|
||||
* Add ``Packer.pack_map_pairs``. It packs sequence of pair to map type.
|
||||
|
||||
|
||||
0.2.3
|
||||
=======
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue