Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6786cad..cbbc975 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -200,6 +200,8 @@
 Library
 -------
 
+- Issue #12303: Add sigwaitinfo() and sigtimedwait() to the signal module.
+
 - Issue #12404: Remove C89 incompatible code from mmap module. Patch by Akira
   Kitada.