Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize.
diff --git a/Misc/NEWS b/Misc/NEWS
index dc44713..3efa292 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -723,6 +723,9 @@
 Tests
 -----
 
+- Issue #15324: Fix regrtest parsing of --fromfile, --match, and --randomize
+  options.
+
 - Issue #16664: Add regression tests for glob's behaviour concerning entries
   starting with a ".".  Patch by Sebastian Kreft.