diff --git a/Help/release/3.19.rst b/Help/release/3.19.rst index 7f6e44c76f..be63e9db79 100644 --- a/Help/release/3.19.rst +++ b/Help/release/3.19.rst @@ -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. diff --git a/Help/release/dev/cmake_path.rst b/Help/release/dev/cmake_path.rst new file mode 100644 index 0000000000..9d252aed19 --- /dev/null +++ b/Help/release/dev/cmake_path.rst @@ -0,0 +1,5 @@ +cmake_path +---------- + +* The :command:`cmake_path` command was added for operations on + filesystem paths.