#10218: return timeout status from Condition.wait, mirroring other primitives' behavior.
diff --git a/Misc/NEWS b/Misc/NEWS
index b1e40ad..9bbeec2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,8 @@
 Library
 -------
 
+- Issue #10218: Return timeout status from ``Condition.wait`` in threading.
+
 - Issue #7351: Add ``zipfile.BadZipFile`` spelling of the exception name
   and deprecate the old name ``zipfile.BadZipfile``.