From 2f80e154f2d7eb8b677d5dea0de78d0ef102e0ac Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Fri, 24 Jun 2011 00:04:43 +0900 Subject: [PATCH] (python) Fix typo in ChangeLog --- python/ChangeLog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ChangeLog.rst b/python/ChangeLog.rst index a0aae257..10ddf4f0 100644 --- a/python/ChangeLog.rst +++ b/python/ChangeLog.rst @@ -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.