Notice status back and stack viewer.
diff --git a/Tools/idle/NEWS.txt b/Tools/idle/NEWS.txt
index 6b97c5b..3ce7aa0 100644
--- a/Tools/idle/NEWS.txt
+++ b/Tools/idle/NEWS.txt
@@ -7,6 +7,11 @@
 
 Tons of stuff, much of it contributed by Tim Peters and Mark Hammond:
 
+- Status bar, displaying current line/column (Moshe Zadka).
+
+- Better stack viewer, using tree widget.  (XXX Only used by Stack
+Viewer menu, not by the debugger.)
+
 - Format paragraph now recognizes Python block comments and reformats
 them correctly (MH)