Add Misc/NEWS entry for rev b4a1d9287780
diff --git a/Misc/NEWS b/Misc/NEWS
index 3af54fa..3f60bcb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,9 @@
 Library
 -------
 
+- Add support for timeouts to the acquire() methods of
+  multiprocessing's lock/semaphore/condition proxies.
+
 - Issue #13989: Add support for text mode to gzip.open().
 
 - Issue #14127: The os.stat() result object now provides three additional