summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2012-12-10 21:54:17 +0900
committerINADA Naoki <inada-n@klab.com>2012-12-10 21:54:17 +0900
commit171145e56290a2254d6b648d438dde33cd631fc4 (patch)
treedc88aecd0d6542e3f52ee4ad5d530fb05955037d /ChangeLog.rst
parent4adc6f194d9986eee4cfa4999d30862e4251d4cf (diff)
downloadmsgpack-python-171145e56290a2254d6b648d438dde33cd631fc4.tar.gz
Update changelog.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 279cb81..a66a276 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -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
=======