summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2012-12-07 11:35:16 +0900
committerINADA Naoki <inada-n@klab.com>2012-12-07 11:35:16 +0900
commitdd5c76b9552e371503535ce10a0314151e62fa28 (patch)
tree2bb2054308110d6c5b799392540a26ac682f5c7f /README.rst
parentf8d7dea762290c1e61ff4365bcd7a374a09679d5 (diff)
downloadmsgpack-python-dd5c76b9552e371503535ce10a0314151e62fa28.tar.gz
Add NOTE for changing default value of use_list.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 58f6cb1..aa447f3 100644
--- a/README.rst
+++ b/README.rst
@@ -3,8 +3,8 @@ MessagePack Python Binding
===========================
:author: INADA Naoki
-:version: 0.2.0
-:date: 2012-06-27
+:version: 0.3.0
+:date: 2012-12-07
.. image:: https://secure.travis-ci.org/msgpack/msgpack-python.png
:target: https://travis-ci.org/#!/msgpack/msgpack-python
@@ -16,6 +16,13 @@ WHAT IT IS
similar data to JSON. This package provides CPython bindings for reading and
writing MessagePack data.
+NOTE for msgpack 0.2.x users
+----------------------------
+
+The default value of ``use_list`` keyword argument is ``True`` from 0.3.x.
+You should pass the argument explicitly for backward compatibility.
+
+
HOW TO USE
-----------