mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-02 18:40:55 +00:00
0.5.5
This commit is contained in:
parent
da902f9c1d
commit
02c881c7cb
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
||||||
|
0.5.5
|
||||||
|
======
|
||||||
|
|
||||||
|
* Fix memory leak in pure Python Unpacker.feed() (#283)
|
||||||
|
* Fix unpack() didn't support `raw` option (#285)
|
||||||
|
|
||||||
0.5.4
|
0.5.4
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
version = (0, 5, 4)
|
version = (0, 5, 5)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue