summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2020-12-11 19:16:14 +0900
committerInada Naoki <songofacandy@gmail.com>2020-12-11 19:16:14 +0900
commitd893697eab07a2cf2a02f5115d4e7bae99d07e3f (patch)
tree21f797a644ba5c660ac6bcb82b186c5612b4703a /ChangeLog.rst
parent7d6b4dfb516451735150d3f796f0b35ed5f004a4 (diff)
downloadmsgpack-python-d893697eab07a2cf2a02f5115d4e7bae99d07e3f.tar.gz
v1.0.1v1.0.1
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 d922e84..bb3a633 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,3 +1,11 @@
+1.0.1
+=====
+
+* Add Python 3.9 and linux/arm64 wheels. (#439)
+* Fixed Unpacker.tell() after read_bytes() (#426)
+* Fixed unpacking datetime before epoch on Windows (#433)
+* Fixed fallback Packer didn't check DateTime.tzinfo (#434)
+
1.0.0
=====