Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.
diff --git a/Misc/NEWS b/Misc/NEWS
index 54da24d..f1837e7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,8 @@
 Library
 -------
 
+- Issue #14087: multiprocessing: add Condition.wait_for(). Patch by sbt.
+
 - Issue #14452: SysLogHandler no longer inserts a UTF-8 BOM into the message.
 
 - Issue #14386: Expose the dict_proxy internal type as types.MappingProxyType.