Help: add release notes for ctest_start() changes

This commit is contained in:
Kyle Edwards
2018-05-03 16:49:40 -04:00
parent 563781099f
commit 9deaf07597

View File

@@ -0,0 +1,7 @@
ctest-start-args-rework
-----------------------
* The :command:`ctest_start` command has been reworked so that you can simply
call ``ctest_start(APPEND)`` and it will read all the needed information from
the TAG file. The argument parsing has also been relaxed so that the order of
the arguments is less significant.