diff options
| -rw-r--r-- | ChangeLog.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 34f4cd4..31a64d9 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,20 @@ +0.4.7 +===== +:release date: TBD + +Bugs fixed +---------- + +* Memory leak when unpack is failed + +Changes +------- + +* Reduce compiler warnings while building extension module +* unpack() now accepts ext_hook argument like Unpacker and unpackb() +* Update Cython version to 0.23.4 + + 0.4.6 ===== :release date: 2015-03-13 |
