summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2012-12-06 21:17:44 +0900
committerINADA Naoki <inada-n@klab.com>2012-12-06 21:17:44 +0900
commit53b67f14496d71b3aa896d3311367401dc3c00a3 (patch)
tree51834b8c29ad33d429e335732e0314a031e30b75 /ChangeLog.rst
parent6b782232317b3e00f8896fb36567f8ad8c3c3345 (diff)
downloadmsgpack-python-53b67f14496d71b3aa896d3311367401dc3c00a3.tar.gz
Add changelog
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 6a4d27b..43ee723 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -5,7 +5,8 @@
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.
0.2.3
=======