Issue #20406: Use Python application icons for Idle window title bars.
Patch mostly by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9479ded..5bf0af1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -211,6 +211,9 @@
 IDLE
 ----
 
+- Issue #20406: Use Python application icons for Idle window title bars.
+  Patch mostly by Serhiy Storchaka.
+
 - Issue #17721: Remove non-functional configuration dialog help button until we
   make it actually gives some help when clicked. Patch by Guilherme Simões.