Issue #14522: Avoid duplicating socket handles in multiprocessing.connection.
Patch by sbt.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5164fbf..af1b5d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@
 Library
 -------
 
+- Issue #14522: Avoid duplicating socket handles in multiprocessing.connection.
+  Patch by sbt.
+
 - Don't Py_DECREF NULL variable in io.IncrementalNewlineDecoder.
 
 - Issue #8515: Set __file__ when run file in IDLE.