mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +00:00
0.4.5
This commit is contained in:
parent
ec5dff113e
commit
630c046bf2
3 changed files with 19 additions and 8 deletions
|
@ -1,3 +1,21 @@
|
|||
0.4.5
|
||||
=====
|
||||
:release date: 2015-01-25
|
||||
|
||||
Incompatible Changes
|
||||
--------------------
|
||||
|
||||
Changes
|
||||
-------
|
||||
|
||||
Bugs fixed
|
||||
----------
|
||||
|
||||
* Fix test failure on pytest 2.3. (by @ktdreyer)
|
||||
* Fix typos in ChangeLog. (Thanks to @dmick)
|
||||
* Improve README.rst (by @msabramo)
|
||||
|
||||
|
||||
0.4.4
|
||||
=====
|
||||
:release date: 2015-01-09
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
0.2 series
|
||||
==========
|
||||
Improve compatibility to simplejson.
|
||||
|
||||
0.3 series
|
||||
==========
|
||||
Add features msgpack-ruby has.
|
|
@ -1 +1 @@
|
|||
version = (0, 4, 4)
|
||||
version = (0, 4, 5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue