mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +00:00
0.5.6
This commit is contained in:
parent
ae3a6ba0b0
commit
d4675bee6c
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
0.5.6
|
||||||
|
======
|
||||||
|
|
||||||
|
* Fix fallback.Unpacker.feed() dropped unused data from buffer (#287)
|
||||||
|
* Resurrect fallback.unpack() and _unpacker.unpack().
|
||||||
|
They were removed at 0.5.5 but it breaks backward compatibility. (#288, #290)
|
||||||
|
|
||||||
0.5.5
|
0.5.5
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
version = (0, 5, 5)
|
version = (0, 5, 6)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue