We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b80233 commit a8b3e97Copy full SHA for a8b3e97
1 file changed
ChangeLog.rst
@@ -3,9 +3,21 @@
3
4
Release Date: TBD
5
6
+
7
+Important changes
8
+------------------
9
10
Extension modules are merged. There is ``msgpack._msgpack`` instead of
11
``msgpack._packer`` and ``msgpack._unpacker``. (#314)
12
13
+unpacker: Default size limits is smaller than before to avoid DoS attack.
14
+If you need to handle large data, you need to specify limits manually.
15
16
17
18
+Other changes
19
+--------------
20
21
22
23
0.5.6
0 commit comments