diff options
-rw-r--r-- | ChangeLog.rst | 11 | ||||
-rw-r--r-- | msgpack/_version.py | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 797fa66..34f4cd4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,14 @@ +0.4.6 +===== +:release date: 2015-03-13 + +Bugs fixed +---------- + +* fallback.Unpacker: Fix Data corruption when OutOfData. + This bug only affects "Streaming unpacking." + + 0.4.5 ===== :release date: 2015-01-25 diff --git a/msgpack/_version.py b/msgpack/_version.py index ac12f4e..2c1c96c 100644 --- a/msgpack/_version.py +++ b/msgpack/_version.py @@ -1 +1 @@ -version = (0, 4, 5) +version = (0, 4, 6) |