@@ -9,14 +9,15 @@ Changelog
99
1010* General:
1111 - Remove python 3.6 support
12- - Remove distutilsinline with deprecation in standard library.
12+ - Remove distutilsahead of deprecation in standard library.
1313 - Update sphinx to 4.1.12 and use autodoc-typehints.
1414
1515* Typing:
1616 - Add types to ALL functions.
1717 - Ensure py.typed is collected.
1818 - Increase mypy strictness with disallow_untyped_defs, warn_redundant_casts, warn_unreachable.
1919 - Use typing.NamedTuple and typing.OrderedDict now 3.6 dropped.
20+ - Make Protocol classes ABCs at runtime due to new bug in 3.10.0-rc1
2021 - Remove use of typing.TypeGuard until later release, to allow dependant libs time to update.
2122 - Tracking issue: https://github.com/gitpython-developers/GitPython/issues/1095
2223
@@ -30,7 +31,7 @@ https://github.com/gitpython-developers/gitpython/milestone/52?closed=1
3031
3132
32333.1.20 (YANKED)
33- ======
34+ ===============
3435
3536* This is the second typed release with a lot of improvements under the hood.
3637 * Tracking issue: https://github.com/gitpython-developers/GitPython/issues/1095