summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2011-08-22 02:09:51 +0900
committerINADA Naoki <songofacandy@gmail.com>2011-08-22 02:09:51 +0900
commit1a81f6364dcb4356d26b8e3ae48966a9c2a66832 (patch)
tree6e6bd28a051f37b7f2997f21f3fe811ab6447a7d /ChangeLog.rst
parent60762747b994138dd79c655c8b9da20704f50c0c (diff)
downloadmsgpack-python-1a81f6364dcb4356d26b8e3ae48966a9c2a66832.tar.gz
0.1.100.1.10
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 10ddf4f..9cae3c8 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,12 +1,13 @@
0.1.10
======
-:release date: NOT RELEASED YET
+:release date: 2011-08-22
New feature
-----------
* Add ``encoding`` and ``unicode_errors`` option to packer and unpacker.
When this option is specified, (un)packs unicode object instead of bytes.
- This enables using msgpack as a replacement of json.
+ This enables using msgpack as a replacement of json. (tailhook)
+
0.1.9
======