Issue #10365: File open dialog now works instead of crashing
even when parent window is closed. Patch by Roger Serwy.
diff --git a/Misc/NEWS b/Misc/NEWS
index 26ac717..6a0ce9e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -64,6 +64,9 @@
 Library
 -------
 
+- Issue #10365: File open dialog now works instead of crashing
+  even when parent window is closed. Patch by Roger Serwy.
+
 - Issue #14876: Use user-selected font for highlight configuration.
   Patch by Roger Serwy.