summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2012-08-24 10:05:38 +0900
committerINADA Naoki <inada-n@klab.com>2012-08-24 10:05:38 +0900
commit56ec7ee1b1bdca7dd528cb6337f6b391581aefd0 (patch)
treeeac64a794369e6d942bd0d71d34e3d141972bdbc
parent235b928be7b43f1a5f1753ff08e685cbcf55bba4 (diff)
downloadmsgpack-python-56ec7ee1b1bdca7dd528cb6337f6b391581aefd0.tar.gz
Update changelog
-rw-r--r--ChangeLog.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index c328f35..67eac68 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,13 @@
+0.2.2
+=======
+:release date: NOT RELEASED YET
+
+Bugs fixed
+-----------
+* ``unpack()`` didn't restores gc state when it called with gc disabled.
+ ``unpack()`` doesn't control gc now instead of restoring gc state collectly.
+ User can control gc state when gc cause performance issue.
+
0.2.1
=======
:release date: 2012-08-20