Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b3cbd7..571db4b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1287,6 +1287,9 @@
 Extension Modules
 -----------------
 
+- Issue #13022: Fix: _multiprocessing.recvfd() doesn't check that
+  file descriptor was actually received.
+
 - Issue #1172711: Add 'long long' support to the array module.
   Initial patch by Oren Tirosh and Hirokazu Yamamoto.