summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorDaniele E. Domenichelli <ddomenichelli@drdanz.it>2017-02-03 14:45:05 (GMT)
committerBrad King <brad.king@kitware.com>2017-02-06 19:44:24 (GMT)
commit28e87033a3f3f997334c45b19b2292ed3821f59e (patch)
treefaf133a8dbb4a97a8439c3f4bc0623d191871fd4 /Help
parent6f62c66b2c5f0595ff0a51ca97f3b5e1d0924523 (diff)
downloadCMake-28e87033a3f3f997334c45b19b2292ed3821f59e.zip
CMake-28e87033a3f3f997334c45b19b2292ed3821f59e.tar.gz
CMake-28e87033a3f3f997334c45b19b2292ed3821f59e.tar.bz2
FeatureSummary: Update release notes
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FeatureSummary_description.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/release/dev/FeatureSummary_description.rst b/Help/release/dev/FeatureSummary_description.rst
new file mode 100644
index 0000000..c56e4ce
--- /dev/null
+++ b/Help/release/dev/FeatureSummary_description.rst
@@ -0,0 +1,11 @@
+FeatureSummary_description
+--------------------------
+
+* The :command:`feature_summary` command in the :module:`FeatureSummary` module
+ accepts the new ``DEFAULT_DESCRIPTION`` option that will print the default
+ title for the selected package type.
+
+* The global property :variable:`FeatureSummary_<TYPE>_DESCRIPTION` can be
+ defined for each ``<TYPE>`` to replace the type name with the specified string
+ whenever the package type is used in an output string by the
+ :module:`FeatureSummary` module.