Issue #14505: Fix file descriptor leak when deallocating file objects created with PyFile_FromString().
diff --git a/Misc/NEWS b/Misc/NEWS
index 8593a10..330477e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@
Core and Builtins
-----------------
+- Issue #14505: Fix file descriptor leak when deallocating file objects
+ created with PyFile_FromString().
+
- Issue #14474: Save and restore exception state in thread.start_new_thread()
while writing error message if the thread leaves a unhandled exception.