Help: Add release note for C++ 17 support

Closes: #16468
This commit is contained in:
Brad King 2016-11-30 15:28:10 -05:00
parent 85c8e652b1
commit 97c1e56924

View File

@ -0,0 +1,6 @@
features-c++17
--------------
* The :manual:`Compile Features <cmake-compile-features(7)>` functionality
is now aware of C++ 17. No specific features are yet enumerated besides
the ``cxx_std_17`` meta-feature.