Issue #4687: Fix accuracy of garbage collection runtimes displayed with
gc.DEBUG_STATS.
diff --git a/Misc/NEWS b/Misc/NEWS
index c75f95c..18f0d3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,9 @@
 Library
 -------
 
+- Issue #4687: Fix accuracy of garbage collection runtimes displayed with
+  gc.DEBUG_STATS.
+
 - Issue #7192: webbrowser.get("firefox") now wors on Mac OS X, as does
   webbrowser.get("safari").