summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2012-06-26 15:34:51 +0900
committerINADA Naoki <songofacandy@gmail.com>2012-06-26 15:34:51 +0900
commit58eb7d0ce857b0ffb5e0ee4addf5ad1b3b47afa9 (patch)
treecb554a4eedc04f3498221689772374f656b87c94
parent188da01777d83e4024c3c7799892a492e4ec25e8 (diff)
downloadmsgpack-python-58eb7d0ce857b0ffb5e0ee4addf5ad1b3b47afa9.tar.gz
Update changelog
-rw-r--r--ChangeLog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 3a9277c..2fc9c18 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -5,6 +5,7 @@
Changes
-------
* Drop supporting Python 2.5 and unify tests for Py2 and Py3.
+* Use new version of msgpack-c. It packs correctly on big endian platforms.
Bugs fixed
----------