summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-06-13 14:48:37 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-06-13 14:48:51 (GMT)
commit0247f6836c9318396c91ec01dc682b12185a37e4 (patch)
tree3dbcbb795755c2de0587013c6135bba3ebcee7b4 /Help
parentb7b4ace2bebd7d063b38c4537e67050628dc1c51 (diff)
parent0c2fb4c8964b6164c44e8641c8c9225369c0228b (diff)
downloadCMake-0247f6836c9318396c91ec01dc682b12185a37e4.zip
CMake-0247f6836c9318396c91ec01dc682b12185a37e4.tar.gz
CMake-0247f6836c9318396c91ec01dc682b12185a37e4.tar.bz2
Merge topic 'UseSWIG-csharp-variant'
0c2fb4c896 UseSWIG: Add CSHARP variant for wrapper files Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2137
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.12.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/3.12.rst b/Help/release/3.12.rst
index e460d81..691731a 100644
--- a/Help/release/3.12.rst
+++ b/Help/release/3.12.rst
@@ -189,6 +189,9 @@ Modules
``UseSWIG_MODULE_VERSION`` variable to ensure legacy support as well as more
robust handling of ``SWIG`` advanced features (like ``%template``).
+* The :module:`UseSWIG` module learned to support CSHARP variant
+ wrapper files.
+
* The :module:`WriteCompilerDetectionHeader` module gained a ``BARE_FEATURES``
option to add a compatibility define for the exact keyword of a new language
feature.