summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2018-11-30 14:04:18 +0900
committerInada Naoki <songofacandy@gmail.com>2018-11-30 14:04:18 +0900
commit04cf8fc7f4b9e8dd32d809cd2c45b05b83d7f913 (patch)
tree7320ac8e3e121f713a113edc23a9d0439a287642 /ChangeLog.rst
parent760e30b77e4ec26dbfebb9c5adbd43933fca18bc (diff)
downloadmsgpack-python-04cf8fc7f4b9e8dd32d809cd2c45b05b83d7f913.tar.gz
Update ChangeLog
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 8bc80e6..806007e 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -17,6 +17,11 @@ Important changes
* ``PackValueError`` and ``PackOverflowError`` are also removed. You need to catch
normal ``ValueError`` and ``OverflowError``. (#323, #233)
+* Unpacker has ``strict_map_key`` option now. When it is true, only bytes and str
+ (unicode in Python 2) are allowed for map keys. It is recommended to avoid
+ hashdos. Default value of this option is False for backward compatibility reason.
+ But it will be changed True in 1.0. (#296, #334)
+
Other changes
-------------