Issue #15324: Fix regrtest parsing of --fromfile and --randomize options.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c0e000..38413bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -585,6 +585,8 @@
 Tests
 -----
 
+- Issue #15324: Fix regrtest parsing of --fromfile and --randomize options.
+
 - Issue #16618: Add more regression tests for glob.
   Patch by Serhiy Storchaka.