aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9f655ac..f14fb83 100644
--- a/NEWS
+++ b/NEWS
@@ -207,6 +207,9 @@ Version 0.14.0
* Support for suppressing duplicates when extracting library options and
linking libraries in cc::{compile,link}_rule.
+ * The cxx.std=latest value has been mapped to c++2b for Clang 13 or later
+ and to /std:c++20 for MSVC 16.11 or later.
+
* Support for LTO parallelization during linking in GCC and Clang.
GCC >= 10 and Clang >= 4 support controlling the number of LTO threads