mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +00:00
release 0.1.13
This commit is contained in:
parent
91a1abb737
commit
7a4af28fa1
2 changed files with 22 additions and 1 deletions
|
@ -1,3 +1,24 @@
|
|||
0.1.13
|
||||
=======
|
||||
:release date: 2012-04-21
|
||||
|
||||
New
|
||||
----
|
||||
* Don't accept subtype of list and tuple as msgpack list. (Steeve Morin)
|
||||
It allows customize how it serialized with ``default`` argument.
|
||||
|
||||
Bugs fixed
|
||||
-----------
|
||||
* Fix wrong error message. (David Wolever)
|
||||
* Fix memory leak while unpacking when ``object_hook`` or ``list_hook`` is used.
|
||||
(Steeve Morin)
|
||||
|
||||
Other changes
|
||||
-------------
|
||||
* setup.py works on Python 2.5 (Steffen Siering)
|
||||
* Optimization for serializing dict.
|
||||
|
||||
|
||||
0.1.12
|
||||
=======
|
||||
:release date: 2011-12-27
|
||||
|
|
2
setup.py
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue