diff options
author | INADA Naoki <inada-n@klab.com> | 2012-12-22 17:04:53 +0900 |
---|---|---|
committer | INADA Naoki <inada-n@klab.com> | 2012-12-22 17:04:53 +0900 |
commit | 431fe8f9e09ad8615c6dbcf8e299a8e8f2dc5ba2 (patch) | |
tree | 2f831c05fa0b4c07d7fbee2d9425335c152b15bd | |
parent | 451631a11a5ed4bdd2334f1298b26fc4e9806729 (diff) | |
download | msgpack-python-431fe8f9e09ad8615c6dbcf8e299a8e8f2dc5ba2.tar.gz |
Update changelog
-rw-r--r-- | ChangeLog.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 833c97c..69adcaa 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,14 @@ +0.2.4 +======= + +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 ------- |