8000 0.5.6 · charlax/msgpack-python@d4675be · GitHub
[go: up one dir, main page]

Skip to content

Commit d4675be

Browse files
committed
0.5.6
1 parent ae3a6ba commit d4675be

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
0.5.5
29
======
310

msgpack/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = (0, 5, 5)
1+
version = (0, 5, 6)

0 commit comments

Comments
 (0)
0