From 3ff67ac89acd4ab9d057aaf2003c6625a386f1a3 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Mon, 29 Aug 2022 18:11:05 -0700 Subject: [PATCH] Update date. (#9811) --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 8afad58116..7ef77a8ce1 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.12.3: August 29, 2022 +## Version 1.12.3: August 30, 2022 ### New Features * Add Doxygen comment generation via command, context menu, code action, or typing. [#5683](https://github.com/microsoft/vscode-cpptools/issues/5683) * Add auto-complete of Doxygen keywords in comments.