From a250a53361c79f8e5c1973ccb43b1a15af0dd012 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Thu, 17 Mar 2022 12:09:47 -0700 Subject: [PATCH] Fix typo in changelog. (#9044) --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 527e7f9368..61e66ed147 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Change Log -##Version 1.9.5: March 17, 2022 +## Version 1.9.5: March 17, 2022 ## Bug Fixes * Undo the 1.9.4 changes to fix the file corruption issue. [#9041](https://github.com/microsoft/vscode-cpptools/issues/9041). * Issue [#8851](https://github.com/microsoft/vscode-cpptools/issues/8851) should still be fixed though.