Issue #10371: Deprecated undocumented functions in the trace module.
diff --git a/Misc/NEWS b/Misc/NEWS
index da26317..e19d412 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,8 @@
 Library
 -------
 
+- Issue #10371: Deprecated undocumented functions in the trace module. 
+
 - Issue #10467: Fix BytesIO.readinto() after seeking into a position after the
   end of the file.