8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c567cf4 commit 1ca3c27Copy full SHA for 1ca3c27
ChangeLog.rst
@@ -1,3 +1,21 @@
1
+0.4.1
2
+=====
3
+:release date: 2014-02-17
4
+
5
+Inconpatible Changes
6
+--------------------
7
8
+Changes
9
+-------
10
11
+* fallback.Unpacker.feed() supports bytearray.
12
13
+Bugs fixed
14
+----------
15
16
+* Unpacker doesn't increment refcount of hooks. Hooks may be GCed while unpacking.
17
+* Unpacker may read unfilled internal buffer.
18
19
0.4.0
20
=====
21
:release date: 2013-10-21
msgpack/_version.py
@@ -1 +1 @@
-version = (0, 4, 0)
+version = (0, 4, 1)
0 commit comments