#1690103: fix initial namespace for code run with trace.main().
diff --git a/Misc/NEWS b/Misc/NEWS
index c342d90..52cbabd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@
 Library
 -------
 
+- Issue #1690103: Fix initial namespace for code run with trace.main().
+
 - Issue #7395: Fix tracebacks in pstats interactive browser.
 
 - Issue #8230: Fix Lib/test/sortperf.py.