diff --git a/Help/dev/try_compile-linker-language.rst b/Help/dev/try_compile-linker-language.rst deleted file mode 100644 index 8482deecf5..0000000000 --- a/Help/dev/try_compile-linker-language.rst +++ /dev/null @@ -1,6 +0,0 @@ -try_compile-linker-language ---------------------------- - -* The :command:`try_compile` and :command:`try_run` commands gained a - ``LINKER_LANGUAGE`` option to specify the :prop_tgt:`LINKER_LANGUAGE` - target property in the generated test project. diff --git a/Help/release/3.29.rst b/Help/release/3.29.rst index e6717d9fd8..7d08b54689 100644 --- a/Help/release/3.29.rst +++ b/Help/release/3.29.rst @@ -64,6 +64,10 @@ Commands * The :command:`if` command gained new tests ``IS_READABLE``, ``IS_WRITABLE`` and ``IS_EXECUTABLE`` to check file or directory permissions. +* The :command:`try_compile` and :command:`try_run` commands gained a + ``LINKER_LANGUAGE`` option to specify the :prop_tgt:`LINKER_LANGUAGE` + target property in the generated test project. + Variables ---------