8000 release 0.1.13 · JasonXJ/msgpack-python@7a4af28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a4af28

Browse files
committed
release 0.1.13
1 parent 91a1abb commit 7a4af28

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

ChangeLog.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
0.1.13
2+
=======
3+
:release date: 2012-04-21
4+
5+
New
6+
----
7+
* Don't accept subtype of list and tuple as msgpack list. (Steeve Morin)
8+
It allows customize how it serialized with ``default`` argument.
9+
10+
Bugs fixed
11+
-----------
12+
* Fix wrong error message. (David Wolever)
13+
* Fix memory leak while unpacking when ``object_hook`` or ``list_hook`` is used.
14+
(Steeve Morin)
15+
16+
Other changes
17+
-------------
18+
* setup.py works on Python 2.5 (Steffen Siering)
19+
* Optimization for serializing dict.
20+
21+
122
0.1.12
223
=======
324
:release date: 2011-12-27

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
# coding: utf-8
3-
version = (0, 1, 12)
3+
version = (0, 1, 13)
44

55
import os
66
import sys

0 commit comments

Comments
 (0)
0