From b200b2f1475339e5a2c49f05e5691a29d8098642 Mon Sep 17 00:00:00 2001 From: Kim Davies Date: Tue, 12 Oct 2021 16:10:46 -0700 Subject: [PATCH] Update history for v3.3 --- HISTORY.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 7a37ff3..86fe01b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,20 @@ History ------- +3.3 (2021-10-13) +++++++++++++++++ + +- Update to Unicode 14.0.0 +- Update to in-line type annotations +- Throw IDNAError exception correctly for some malformed input +- Advertise support for Python 3.10 +- Improve testing regime on Github +- Fix Russian typo in documentation + +Thanks to Jon Defresne, Hugo van Kemenade, Seth Michael Larson, +Patrick Ventuzelo and Boris Verhovsky for contributions to this +release. + 3.2 (2021-05-29) ++++++++++++++++