mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-12-08 06:09:49 +00:00
0.4.1
This commit is contained in:
parent
c567cf478b
commit
1ca3c27a81
2 changed files with 19 additions and 1 deletions
|
|
@ -1,3 +1,21 @@
|
||||||
|
0.4.1
|
||||||
|
=====
|
||||||
|
:release date: 2014-02-17
|
||||||
|
|
||||||
|
Inconpatible Changes
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
Changes
|
||||||
|
-------
|
||||||
|
|
||||||
|
* fallback.Unpacker.feed() supports bytearray.
|
||||||
|
|
||||||
|
Bugs fixed
|
||||||
|
----------
|
||||||
|
|
||||||
|
* Unpacker doesn't increment refcount of hooks. Hooks may be GCed while unpacking.
|
||||||
|
* Unpacker may read unfilled internal buffer.
|
||||||
|
|
||||||
0.4.0
|
0.4.0
|
||||||
=====
|
=====
|
||||||
:release date: 2013-10-21
|
:release date: 2013-10-21
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
version = (0, 4, 0)
|
version = (0, 4, 1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue