From 01392748562ce195ab6723dfee154b3e13e554f4 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 24 Mar 2021 12:09:28 -0700 Subject: [PATCH] Change date. --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 4dadb5635b..a7a9667f8d 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Change Log -## Version 1.3.0-insiders2: March 24, 2021 +## Version 1.3.0-insiders2: March 25, 2021 ## Bug Fixes * Fix a spurious asterisk being inserted on a new line if the previous line starts with an asterisk. [#5733](https://github.com/microsoft/vscode-cpptools/issues/5733) * Fix random crashes of cpptools-srv during shutdown. [#7161](https://github.com/microsoft/vscode-cpptools/issues/7161)