Add NEWS entry for 9aa6097131ef
diff --git a/Misc/NEWS b/Misc/NEWS
index 5589daf..2c79a71 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -161,6 +161,8 @@
 Tests
 -----
 
+- Issue #11653: fix -W with -j in regrtest.
+
 - Issue #11577: improve test coverage of binhex.py. Patch by Arkady Koplyarov.
 
 - Issue #11578: added test for the timeit module.  Patch Michael Henry.