summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2014-02-17 10:03:36 +0900
committerINADA Naoki <inada-n@klab.com>2014-02-17 10:03:36 +0900
commit1ca3c27a81eeb5b97fcd817cf4465923eeceea93 (patch)
tree70fc7a4cea79c68a6cc46bc3be63462c4f2e3808 /ChangeLog.rst
parentc567cf478b63baa3226e031bf988b6db2bf6af11 (diff)
downloadmsgpack-python-1ca3c27a81eeb5b97fcd817cf4465923eeceea93.tar.gz
0.4.10.4.1
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index c5cff15..080f5c8 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -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