Issue #10333: Remove ancient GC API, which has been deprecated since
Python 2.2.
diff --git a/Misc/NEWS b/Misc/NEWS
index e9ba096..5df832d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,12 @@
 
 - Deprecated assertDictContainsSubset() in the unittest module.
 
+C-API
+-----
+
+- Issue #10333: Remove ancient GC API, which has been deprecated since
+  Python 2.2.
+
 Build
 -----