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 ae3a6ba commit d4675beCopy full SHA for d4675be
ChangeLog.rst
@@ -1,3 +1,10 @@
1
+0.5.6
2
+======
3
+
4
+* Fix fallback.Unpacker.feed() dropped unused data from buffer (#287)
5
+* Resurrect fallback.unpack() and _unpacker.unpack().
6
+ They were removed at 0.5.5 but it breaks backward compatibility. (#288, #290)
7
8
0.5.5
9
======
10
msgpack/_version.py
@@ -1 +1 @@
-version = (0, 5, 5)
+version = (0, 5, 6)
0 commit comments