Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received
diff --git a/Misc/NEWS b/Misc/NEWS
index 30cde1d..fa4022e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -201,6 +201,9 @@
 Extension Modules
 -----------------
 
+- Issue #13022: Fix: _multiprocessing.recvfd() doesn't check that
+  file descriptor was actually received.
+
 - Issue #12483: ctypes: Fix a crash when the destruction of a callback
   object triggers the garbage collector.