summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2012-12-22 17:13:45 +0900
committerINADA Naoki <inada-n@klab.com>2012-12-22 17:13:45 +0900
commit7b11a42825a631ba85608a3c0943919073d9899e (patch)
treea545ca679a2f95137d32e4ade1eaac2b286f7bbb /ChangeLog.rst
parentd796d696d193277504b76e4ba3144154bdc1163b (diff)
downloadmsgpack-python-7b11a42825a631ba85608a3c0943919073d9899e.tar.gz
Update ChangeLog.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index a66a276..55e296f 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -20,9 +20,19 @@ Changes
* Add ``Packer.pack_map_pairs``. It packs sequence of pair to map type.
+
+0.2.4
+=======
+:release date: 2012-12-22
+
+Bugs fixed
+----------
+
+* Fix SEGV when object_hook or object_pairs_hook raise Exception. (#39)
+
0.2.3
=======
-:release date: in development
+:release date: 2012-12-11
Changes
-------