From 802f94560d642167b96e1fac96501e551aa8a3fc Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Fri, 1 Mar 2024 13:50:12 -0800 Subject: [PATCH] Update date (#12045) * Update date. --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index ea7ac29f67..fd274a6462 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.19.5: February 29, 2024 +## Version 1.19.5: March 4, 2024 ### Enhancements * Change how `args` and `command` fields are handled in `cppbuild` tasks, to match the behavior of VS Code `shell` build tasks, including explicit `quoting` support. [#12001](https://github.com/microsoft/vscode-cpptools/issues/12001) * Enable C23 IntelliSense support, and add support for `clatest` `std` value for MSVC. [#12020](https://github.com/microsoft/vscode-cpptools/issues/12020)