Skip to content

Commit 171145e

Browse files
committed
Update changelog.
1 parent 4adc6f1 commit 171145e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ChangeLog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Changes
1313
* Add ``.skip()`` method to ``Unpacker`` (thanks to jnothman)
1414
* Add capturing feature. You can pass the writable object to
1515
``Unpacker.unpack()`` as a second parameter.
16+
* Add ``Packer.pack_array_header`` and ``Packer.pack_map_header``.
17+
These methods only pack header of each type.
18+
* Add ``autoreset`` option to ``Packer`` (default: True).
19+
Packer doesn't return packed bytes and clear internal buffer.
20+
* Add ``Packer.pack_map_pairs``. It packs sequence of pair to map type.
21+
1622

1723
0.2.3
1824
=======

0 commit comments

Comments
 (0)