Issue #13783: the PEP 380 implementation no longer expands the public C API
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c587af..5a5813b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -111,6 +111,12 @@
- Issue #14963: Convert contextlib.ExitStack.__exit__ to use an iterative
algorithm (Patch by Alon Horev)
+C-API
+-----
+
+- Issue #13783: Inadvertent additions to the public C API in the PEP 380
+ implementation have either been removed or marked as private interfaces.
+
Extension Modules
-----------------