summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYobmod <yobmod@gmail.com>2021-08-09 18:12:34 +0100
committerYobmod <yobmod@gmail.com>2021-08-09 18:12:34 +0100
commit6835c910174daebdfbfcd735d7476d7929c2a8c0 (patch)
tree1be035ee1739614e1841959bcd72bd0862771155 /doc
parent1a71d9abe019e9bb8689ee7189c4dcd62bd21df8 (diff)
downloadgitpython-6835c910174daebdfbfcd735d7476d7929c2a8c0.tar.gz
Update changes.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changes.rst5
1 files changed, 3 insertions, 2 deletions
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