Issue #11743: Rewrite multiprocessing connection classes in pure Python.
diff --git a/Misc/NEWS b/Misc/NEWS
index 36a6cb5..18a2a55 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,8 @@
 Library
 -------
 
+- Issue #11743: Rewrite multiprocessing connection classes in pure Python.
+
 - Issue #11164: Stop trying to use _xmlplus in the xml module.
 
 - Issue #11888: Add log2 function to math module. Patch written by Mark