summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.rst18
-rw-r--r--msgpack/_version.py2
2 files changed, 19 insertions, 1 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
diff --git a/msgpack/_version.py b/msgpack/_version.py
index e7a935c..c6ebcf8 100644
--- a/msgpack/_version.py
+++ b/msgpack/_version.py
@@ -1 +1 @@
-version = (0, 4, 0)
+version = (0, 4, 1)