aboutsummaryrefslogtreecommitdiff
path: root/typing_extensions/CHANGELOG
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2021-11-11 15:20:37 +0000
committerGitHub <noreply@github.com>2021-11-11 16:20:37 +0100
commit6992984178107c66d85cd81945be28b054db8d7c (patch)
treeca580b99a53be53cf349494e26f83a0b5d0fdfeb /typing_extensions/CHANGELOG
parentd2981209e30d24fce7fa0c40241d15103c3c69da (diff)
downloadtyping-6992984178107c66d85cd81945be28b054db8d7c.tar.gz
Clean-up `typing_extensions` -- `typing_extensions` (#932)
* Remove compatibility constants for old Python versions. * Remove obsolete code branches. * Use f-strings. * Use new style super(). * Inline typing imports.
Diffstat (limited to 'typing_extensions/CHANGELOG')
-rw-r--r--typing_extensions/CHANGELOG18
1 files changed, 18 insertions, 0 deletions
diff --git a/typing_extensions/CHANGELOG b/typing_extensions/CHANGELOG
index d8820af..ac8f868 100644
--- a/typing_extensions/CHANGELOG
+++ b/typing_extensions/CHANGELOG
@@ -2,3 +2,21 @@
Starting with version 4.0.0, typing_extensions uses Semantic Versioning.
See the README for more information.
+
+Dropped support for Python versions 3.5 and older.
+
+Simplified backports for Python 3.6.0 and newer.
+Patch by Adam Turner (@AA-Turner).
+
+## Removed in version 4.0.0
+
+The following non-exported but non-private names have been removed as they are
+unneeded for supporting Python 3.6 and newer.
+
+- TypingMeta
+- OLD_GENERICS
+- SUBS_TREE
+- HAVE_ANNOTATED
+- HAVE_PROTOCOLS
+- V_co
+- VT_co