File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
22
0.1.12
2
23
=======
3
24
:release date: 2011-12-27
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
# coding: utf-8
3
- version = (0 , 1 , 12 )
3
+ version = (0 , 1 , 13 )
4
4
5
5
import os
6
6
import sys
You can’t perform that action at this time.
0 commit comments