Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
Patch by Robert Collins.
diff --git a/Misc/NEWS b/Misc/NEWS
index f1332ba..5580333 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@
 Library
 -------
 
+- Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
+  Patch by Robert Collins.
+
 - Issue #10429: IMAP.starttls() stored the capabilities as bytes objects,
   rather than strings.