- Issue #8140: extend compileall to compile single files. Add -i option.
diff --git a/Misc/NEWS b/Misc/NEWS
index 20959bb..7430d43 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,8 @@
 Library
 -------
 
+- Issue #8140: extend compileall to compile single files. Add -i option.
+
 - Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
   the locale.