Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
diff --git a/Misc/NEWS b/Misc/NEWS
index af1e26c..f1c3cd2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,9 @@
 - Issue #14963: Convert contextlib.ExitStack.__exit__ to use an iterative
   algorithm (Patch by Alon Horev)
 
+- Issue #14785: Add sys._debugmallocstats() to help debug low-level memory
+  allocation issues
+
 C-API
 -----