Issue #14308: Fix an exception when a dummy thread is in the threading module's active list after a fork().
diff --git a/Misc/NEWS b/Misc/NEWS
index 574b52b..ac5d91b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,9 @@
 Library
 -------
 
+- Issue #14308: Fix an exception when a "dummy" thread is in the threading
+  module's active list after a fork().
+
 - Issue #11750: The Windows API functions scattered in the _subprocess and
   _multiprocessing.win32 modules now live in a single module "_winapi".
   Patch by sbt.