summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2016-05-05 02:31:03 +0900
committerINADA Naoki <songofacandy@gmail.com>2016-05-05 02:31:03 +0900
commit5c052264bc52c4bbdb5e5736f4f24834af46b8d6 (patch)
tree02dfcea430ad353bd9730f400214cf2c93f8f0fe /ChangeLog.rst
parent63e23d37f9f3646f0fc3b327ddf1f3e1f200baf5 (diff)
downloadmsgpack-python-5c052264bc52c4bbdb5e5736f4f24834af46b8d6.tar.gz
Update ChangeLog
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index f20bb75..396ccb7 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,29 @@
+0.5.0
+=====
+:release date: TBD
+
+0.5 is important step toward 1.0. There are some deprecations.
+Please read changes carefully.
+
+Changes
+-------
+
+* Drop Python 2.6 and 3.2 support
+
+* Deprecate useless custom exceptions. Use ValueError instead of PackValueError,
+ Exception instead of PackException and UnpackException, etc...
+ See msgpack/exceptions.py
+
+* Add `strict_types` option to packer. It can be used to serialize subclass of
+ builtin types. For example, when packing object which type is subclass of dict,
+ `default()` is called.
+
+* Pure Python implementation supports packing memoryview object.
+
+Bugs fixed
+----------
+
+
0.4.7
=====
:release date: 2016-01-25