8000 0.4.1 · sacherjj/msgpack-python@1ca3c27 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ca3c27

Browse files
committed
0.4.1
1 parent c567cf4 commit 1ca3c27

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

ChangeLog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
0.4.1
2+
=====
3+
:release date: 2014-02-17
4+
5+
Inconpatible Changes
6+
--------------------
7+
8+
Changes
9+
-------
10+
11+
* fallback.Unpacker.feed() supports bytearray.
12+
13+
Bugs fixed
14+
----------
15+
16+
* Unpacker doesn't increment refcount of hooks. Hooks may be GCed while unpacking.
17+
* Unpacker may read unfilled internal buffer.
18+
119
0.4.0
220
=====
321
:release date: 2013-10-21

msgpack/_version.py

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

0 commit comments

Comments
 (0)
0