From 75f3d2cd07d9f7496807b004c3c73e17aeb339d4 Mon Sep 17 00:00:00 2001 From: James Saryerwinnie Date: Fri, 17 Jun 2022 13:46:44 -0400 Subject: [PATCH] Add changelog for 1.0.1 --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 48c25b0..1737dcf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +1.0.1 +===== + +* Add support for Python 3.11 + (`issue #285 `__) +* Fix boolean correctness for floats + (`issue #281 `__) +* Fix Python 3.9 warning about random sampling used in parser cache. + (`issue #216 `__) +* Fix Python 3.8 warning for type comparisons + (`issue #210 `__) + + 1.0.0 =====