mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 12:03:15 +00:00
Fix a typo in the changelog (#429)
This commit is contained in:
parent
3508ca524e
commit
d9ead81021
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Release Date: 2020-02-17
|
|||
* Remove Python 2 support from the ``msgpack/_cmsgpack``.
|
||||
``msgpack/fallback`` still supports Python 2.
|
||||
* Remove ``encoding`` option from the Packer and Unpacker.
|
||||
* Unpacker: The default value of ``max_buffer_type`` is changed to 100MiB.
|
||||
* Unpacker: The default value of ``max_buffer_size`` is changed to 100MiB.
|
||||
* Unpacker: ``strict_map_key`` is True by default now.
|
||||
* Unpacker: String map keys are interned.
|
||||
* Drop old buffer protocol support.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue