summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-17 14:35:25 -0400
committerBrad King <brad.king@kitware.com>2018-10-17 14:38:46 -0400
commit1d5c8b81db1cbba79927cc251421b2786ce02866 (patch)
tree418fcf3af415871e44fd7d32e75b726555e65cb0 /Help
parent6784acfbe0fde03b577ab814946b309821ca6242 (diff)
downloadcmake-1d5c8b81db1cbba79927cc251421b2786ce02866.tar.gz
Utilities/Release: Add qthelp docs to binary archives
Fixes: #18465
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.13.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/3.13.rst b/Help/release/3.13.rst
index b993775a3d..1776ae20a7 100644
--- a/Help/release/3.13.rst
+++ b/Help/release/3.13.rst
@@ -207,6 +207,9 @@ Deprecated and Removed Features
Other Changes
=============
+* The precompiled binaries provided on ``cmake.org`` now include
+ qthelp-format documentation.
+
* The :command:`option` command now honors an existing normal variable
of the same name and does nothing instead of possibly creating a cache
entry (or setting its type) and removing the normal variable.