From 6835c910174daebdfbfcd735d7476d7929c2a8c0 Mon Sep 17 00:00:00 2001 From: Yobmod Date: Mon, 9 Aug 2021 18:12:34 +0100 Subject: Update changes.rst --- doc/source/changes.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 833222fc..16741ad9 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -9,7 +9,7 @@ Changelog * General: - Remove python 3.6 support - - Remove distutils inline with deprecation in standard library. + - Remove distutils ahead of deprecation in standard library. - Update sphinx to 4.1.12 and use autodoc-typehints. * Typing: @@ -17,6 +17,7 @@ Changelog - Ensure py.typed is collected. - Increase mypy strictness with disallow_untyped_defs, warn_redundant_casts, warn_unreachable. - Use typing.NamedTuple and typing.OrderedDict now 3.6 dropped. + - Make Protocol classes ABCs at runtime due to new bug in 3.10.0-rc1 - Remove use of typing.TypeGuard until later release, to allow dependant libs time to update. - Tracking issue: https://github.com/gitpython-developers/GitPython/issues/1095 @@ -30,7 +31,7 @@ https://github.com/gitpython-developers/gitpython/milestone/52?closed=1 3.1.20 (YANKED) -====== +=============== * This is the second typed release with a lot of improvements under the hood. * Tracking issue: https://github.com/gitpython-developers/GitPython/issues/1095 -- cgit v1.2.1