Issue #11618: Fix the timeout logic in threading.Lock.acquire() under
Windows.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1047046..5cc5963 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@
 Library
 -------
 
+- Issue #11618: Fix the timeout logic in threading.Lock.acquire() under Windows.
+
 - Issue #11256: Fix inspect.getcallargs on functions that take only keyword
   arguments.