(python) Fix typo in ChangeLog

This commit is contained in:
INADA Naoki 2011-06-24 00:04:43 +09:00
parent be6d6560a7
commit 2f80e154f2

View File

@ -4,7 +4,7 @@
New feature
-----------
* Add ``encoding`` and ``unicode_erros`` option to packer and unpacker.
* 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.