10000 Update README · ossdev07/msgpack-python@c60e6c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit c60e6c7

Browse files
committed
Update README
1 parent 2186455 commit c60e6c7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ChangeLog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Release Date: TBD
66
* Remove Python 2 support from the ``msgpack/_cmsgpack``.
77
``msgpack/fallback`` still supports Python 2.
88
* Remove ``encoding`` option from the Packer and Unpacker.
9+
* Unpacker: The default value of ``max_buffer_type`` is changed to 100MiB.
10+
* Un 7509 packer: ``strict_map_key`` is True by default now.
11+
* Unpacker: String map keys are interned.
12+
* Drop old buffer protocol support.
13+
* Support Timestamp type.
14+
* Support serializing and decerializing ``datetime`` object
15+
with tzinfo.
16+
* Unpacker: ``Fix Unpacker.read_bytes()`` in fallback implementation. (#352)
917

1018

1119
0.6.2

0 commit comments

Comments
 (0)
0