aboutsummaryrefslogtreecommitdiff
path: root/typing_extensions/CHANGELOG
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2021-11-14 06:22:30 -0800
committerGitHub <noreply@github.com>2021-11-14 15:22:30 +0100
commit5c98e79c676b51688b5e27ccac2010d23cb235ad (patch)
treec4d86744e9224afe7bae3b3c35e7827a9b78b547 /typing_extensions/CHANGELOG
parent1118e9ddd1a72576d7f7425dea226a377e64cbc5 (diff)
downloadtyping-5c98e79c676b51688b5e27ccac2010d23cb235ad.tar.gz
Add PEP 655 Required and NotRequired to typing_extensions (#937)
Co-authored-by: David Foster <david@dafoster.net>
Diffstat (limited to 'typing_extensions/CHANGELOG')
-rw-r--r--typing_extensions/CHANGELOG16
1 files changed, 8 insertions, 8 deletions
diff --git a/typing_extensions/CHANGELOG b/typing_extensions/CHANGELOG
index 4c3a51d..897d9ad 100644
--- a/typing_extensions/CHANGELOG
+++ b/typing_extensions/CHANGELOG
@@ -1,16 +1,16 @@
# Changes in version 4.0.0
-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).
+- 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).
## Added in version 4.0.0
-- Runtime support for PEP 673 and `typing_extensions.Self`.
+- Runtime support for PEP 673 and `typing_extensions.Self`. Patch by
+ James Hilton-Balfe (@Gobot1234).
+- Runtime support for PEP 655 and `typing_extensions.Required` and `NotRequired`.
+ Patch by David Foster (@davidfstr).
## Removed in version 4.0.0