summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2019-12-12 18:09:07 +0900
committerInada Naoki <songofacandy@gmail.com>2019-12-12 18:09:07 +0900
commitc60e6c7a6ff1815083bf6803ec70f3ac34aaf3bb (patch)
tree0765fb1aabd9dc8794e9c2db247caf1476a92198 /ChangeLog.rst
parent2186455d1579affc33253484d9445f7bdf3f7c29 (diff)
downloadmsgpack-python-c60e6c7a6ff1815083bf6803ec70f3ac34aaf3bb.tar.gz
Update README
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index d44b36a..c70b966 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -6,6 +6,14 @@ Release Date: TBD
* 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: ``strict_map_key`` is True by default now.
+* Unpacker: String map keys are interned.
+* Drop old buffer protocol support.
+* Support Timestamp type.
+* Support serializing and decerializing ``datetime`` object
+ with tzinfo.
+* Unpacker: ``Fix Unpacker.read_bytes()`` in fallback implementation. (#352)
0.6.2