summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2013-01-29 15:13:20 +0900
committerINADA Naoki <inada-n@klab.com>2013-01-29 15:13:20 +0900
commit266eaf813d4e958dce5a2a8c4a84babf331369f0 (patch)
treea2a59cda5db127e804178a04c4bcf651a994e889 /ChangeLog.rst
parent86983e27bc809bd2f25a0ad61ffacb978b1c1ad9 (diff)
downloadmsgpack-python-266eaf813d4e958dce5a2a8c4a84babf331369f0.tar.gz
changelog: describe purepython fallback.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 55e296f..fdbb3ea 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -10,6 +10,7 @@ Inconpatible Changes
Changes
-------
+* Pure Python fallback module is added. (thanks to bwesterb)
* Add ``.skip()`` method to ``Unpacker`` (thanks to jnothman)
* Add capturing feature. You can pass the writable object to
``Unpacker.unpack()`` as a second parameter.