summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 138539b..9f62022 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,9 @@ Core and Builtins
Library
-------
+- Issue #29316: Restore the provisional status of typing module, add
+ corresponding note to documentation. Patch by Ivan L.
+
- Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.