summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorMarkus Gerstel <2102431+Anthchirp@users.noreply.github.com>2020-06-26 10:15:46 +0100
committerGitHub <noreply@github.com>2020-06-26 18:15:46 +0900
commitd9ead81021c7b5f034a0475bf9a88e9612cc8e84 (patch)
treef66144cfcd8898326369f59c3c6c1387c862137e /ChangeLog.rst
parent3508ca524ebb83b0117a0cc9a08986d933ddb022 (diff)
downloadmsgpack-python-d9ead81021c7b5f034a0475bf9a88e9612cc8e84.tar.gz
Fix a typo in the changelog (#429)
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 55cfd5d..d922e84 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -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.