aboutsummaryrefslogtreecommitdiff
path: root/typing_extensions/CHANGELOG
diff options
context:
space:
mode:
authorYurii Karabas <1998uriyyo@gmail.com>2022-01-17 17:35:20 +0200
committerGitHub <noreply@github.com>2022-01-17 07:35:20 -0800
commit523cf0233edc7a29502fbd30dc6bf641a7408e16 (patch)
tree4098757ad57b68ff75e4649c35d4987a6ecde616 /typing_extensions/CHANGELOG
parentd7d91a90ed8004910be96f3aa076d067619c69e1 (diff)
downloadtyping-523cf0233edc7a29502fbd30dc6bf641a7408e16.tar.gz
PEP 655 Add `Required` and `NotRequired` to `__all__` (#1031)
Diffstat (limited to 'typing_extensions/CHANGELOG')
-rw-r--r--typing_extensions/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/typing_extensions/CHANGELOG b/typing_extensions/CHANGELOG
index e852291..e8bb7bf 100644
--- a/typing_extensions/CHANGELOG
+++ b/typing_extensions/CHANGELOG
@@ -1,5 +1,7 @@
# Release 4.x.x
+- Add missed `Required` and `NotRequired` to `__all__`. Patch by
+ Yuri Karabas (@uriyyo).
- The `@final` decorator now sets the `__final__` attribute on the
decorated object to allow runtime introspection. Backport from
bpo-46342.