#6666: fix bug in trace.py that applied the list of ignored dirs only to 1st file
diff --git a/Misc/NEWS b/Misc/NEWS
index 7cbe87a..3a2c963 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -250,6 +250,9 @@
 Library
 -------
 
+- Issue #6666: fix bug in trace.py that applied the list of directories
+  to be ignored only to the first file.  Noted by Bogdan Opanchuk.
+
 - Issue #7597: curses.use_env() can now be called before initscr().
   Noted by Kan-Ru Chen.