summaryrefslogtreecommitdiff
path: root/Help/release/3.18.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/3.18.rst')
-rw-r--r--Help/release/3.18.rst13
1 files changed, 10 insertions, 3 deletions
diff --git a/Help/release/3.18.rst b/Help/release/3.18.rst
index f199244c0a..099e9b57e5 100644
--- a/Help/release/3.18.rst
+++ b/Help/release/3.18.rst
@@ -265,8 +265,9 @@ Other
environment variable to customize colors.
* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
- is now aware of the availability of C11 features in MSVC 19.27 and above,
- including support for the ``c_restrict`` feature and the ``-std:c11`` flag.
+ is now aware of the availability of C11 features in MSVC 19.27 and 19.28,
+ including support for the ``c_restrict``, ``c_static_assert`` features and
+ the ``-std:c11`` flag.
Deprecated and Removed Features
===============================
@@ -353,4 +354,10 @@ Changes made since CMake 3.18.0 include the following.
This restores compatibility with behavior of CMake 3.15 and below.
* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
- was updated for MSVC 19.27 as mentioned above.
+ was updated for MSVC 19.27 as mentioned above (``c_restrict``).
+
+3.18.3
+------
+
+* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
+ was updated for MSVC 19.28 as mentioned above (``c_static_assert``).