diff options
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/changes-1.9.0.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/changes-1.9.0.md b/changelogs/changes-1.9.0.md index 55345c1cc..2e3cbfa09 100644 --- a/changelogs/changes-1.9.0.md +++ b/changelogs/changes-1.9.0.md @@ -41,6 +41,8 @@ upward (see the `ld64` man page for more information). * The property `cpp.useCxxPrecompiledHeader`, as well as the variants for the other languages, now defaults to true. +* The property `cpp.cxxLanguageVersion` now gets mapped to MSVC's `/std` option, + if applicable. # Apple * Added support for building macOS disk images. |