summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2018-11-08 22:25:05 +0900
committerInada Naoki <songofacandy@gmail.com>2018-11-08 22:25:05 +0900
commita8b3e97fe588a2411a8e869b52be1946ed9f0f86 (patch)
tree98183ca9af076b7c728066be4dc0a0465b7d9951 /ChangeLog.rst
parent3b80233592674d18c8db7a62fa56504a5a285296 (diff)
downloadmsgpack-python-a8b3e97fe588a2411a8e869b52be1946ed9f0f86.tar.gz
Update changelog
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index b135745..d71e0f5 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -3,9 +3,21 @@
Release Date: TBD
+
+Important changes
+------------------
+
Extension modules are merged. There is ``msgpack._msgpack`` instead of
``msgpack._packer`` and ``msgpack._unpacker``. (#314)
+unpacker: Default size limits is smaller than before to avoid DoS attack.
+If you need to handle large data, you need to specify limits manually.
+
+
+
+Other changes
+--------------
+
0.5.6