Skip to content

Commit 04cf8fc

Browse files
committed
Update ChangeLog
1 parent 760e30b commit 04cf8fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ChangeLog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Important changes
1717
* ``PackValueError`` and ``PackOverflowError`` are also removed. You need to catch
1818
normal ``ValueError`` and ``OverflowError``. (#323, #233)
1919

20+
* Unpacker has ``strict_map_key`` option now. When it is true, only bytes and str
21+
(unicode in Python 2) are allowed for map keys. It is recommended to avoid
22+
hashdos. Default value of this option is False for backward compatibility reason.
23+
But it will be changed True in 1.0. (#296, #334)
24+
2025
Other changes
2126
-------------
2227

0 commit comments

Comments
 (0)