This commit is contained in:
INADA Naoki 2014-02-17 10:03:36 +09:00
parent c567cf478b
commit 1ca3c27a81
2 changed files with 19 additions and 1 deletions

View file

@ -1,3 +1,21 @@
0.4.1
=====
:release date: 2014-02-17
Inconpatible Changes
--------------------
Changes
-------
* fallback.Unpacker.feed() supports bytearray.
Bugs fixed
----------
* Unpacker doesn't increment refcount of hooks. Hooks may be GCed while unpacking.
* Unpacker may read unfilled internal buffer.
0.4.0
=====
:release date: 2013-10-21

View file

@ -1 +1 @@
version = (0, 4, 0)
version = (0, 4, 1)