Help: Move cmake_path release note from 3.19 to post-3.19 development

The feature has been removed from the 3.19 branch, but has been kept in
post-3.19 development.  Move the release note accordingly.
This commit is contained in:
Brad King
2020-11-04 08:06:26 -05:00
parent cd1c5a89a2
commit 1583d50feb
2 changed files with 5 additions and 3 deletions

View File

@@ -87,9 +87,6 @@ Commands
* The :command:`cmake_language` command gained a ``DEFER`` mode to
schedule command calls to occur at the end of processing a directory.
* The :command:`cmake_path` command was added for operations on
filesystem paths.
* The :command:`configure_file` command gained a ``NO_SOURCE_PERMISSIONS``
option to suppress copying the input file's permissions to the output file.

View File

@@ -0,0 +1,5 @@
cmake_path
----------
* The :command:`cmake_path` command was added for operations on
filesystem paths.