summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2010-11-03 03:26:33 +0900
committerINADA Naoki <songofacandy@gmail.com>2010-11-03 03:26:33 +0900
commite4f515166aeb5ea35094a354e5859dd39e5f9b7d (patch)
tree8acf7f3ccfccff808244a05976139afb2eb8887e /python
parentf325acb0ea8ca5e2382906d4e96d8657d8638a32 (diff)
downloadmsgpack-python-e4f515166aeb5ea35094a354e5859dd39e5f9b7d.tar.gz
python: Add ChangeLog.rst
Diffstat (limited to 'python')
-rw-r--r--python/ChangeLog.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/python/ChangeLog.rst b/python/ChangeLog.rst
new file mode 100644
index 0000000..022f955
--- /dev/null
+++ b/python/ChangeLog.rst
@@ -0,0 +1,16 @@
+0.2.0
+======
+:release date: NOT RELEASED YET
+
+New feature
+------------
+* Add *object_hook* and *list_hook* option to unpacker. It allows you to
+ hook unpacing mapping type and array type.
+
+* Add *default* option to packer. It allows you to pack unsupported types.
+
+* unpacker accepts (old) buffer types.
+
+Bugs fixed
+----------
+* Compilation error on win32.