8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a1abb commit 7a4af28Copy full SHA for 7a4af28
ChangeLog.rst
@@ -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
22
0.1.12
23
=======
24
:release date: 2011-12-27
setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# coding: utf-8
-version = (0, 1, 12)
+version = (0, 1, 13)
import os
import sys
0 commit comments