From fced3fbd1704f5aa73a122f0c91a113957761927 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Mon, 17 Jun 2024 11:00:01 -0700 Subject: [PATCH] Update changelog date. (#12385) --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 7ad07ec34..459a711f3 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.21.0: June 13, 2024 +## Version 1.21.0: June 17, 2024 ### Bug Fixes * Stop logging file watch events for excluded files. [#11455](https://github.com/microsoft/vscode-cpptools/issues/11455) * Fix handling of `-isystem` and `-iquote` for IntelliSense configuration. [#12207](https://github.com/microsoft/vscode-cpptools/issues/12207)