changelog: describe purepython fallback.

This commit is contained in:
INADA Naoki 2013-01-29 15:13:20 +09:00
parent 86983e27bc
commit 266eaf813d

View file

@ -10,6 +10,7 @@ Inconpatible Changes
Changes Changes
------- -------
* Pure Python fallback module is added. (thanks to bwesterb)
* Add ``.skip()`` method to ``Unpacker`` (thanks to jnothman) * Add ``.skip()`` method to ``Unpacker`` (thanks to jnothman)
* Add capturing feature. You can pass the writable object to * Add capturing feature. You can pass the writable object to
``Unpacker.unpack()`` as a second parameter. ``Unpacker.unpack()`` as a second parameter.