Help: Add 3.30 release note for error on unknown arguments to ctest

This was left out of commit 304396d13c (ctest: Show error on invalid
ctest arguments, 2024-04-03, v3.30.0-rc1~286^2).

Fixes: #26539
This commit is contained in:
Brad King
2024-12-17 10:32:05 -05:00
parent e80d42cf6b
commit 30dded462a

View File

@@ -212,6 +212,9 @@ Deprecated and Removed Features
Other Changes
=============
* :manual:`ctest(1)` now rejects unknown command-line arguments with an error.
Previously they were silently ignored.
* The precompiled Windows ``.msi`` installers provided on
`cmake.org <https://cmake.org/download/>`_, when performing a fresh
installation, now modify the system-wide ``PATH`` by default.