diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 249d9034fa..527e7f9368 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,10 @@ # C/C++ for Visual Studio Code Change Log +##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. + ## Version 1.9.4: March 16, 2022 ## Enhancements * Reserved identifiers with characters that match typed characters in the correct order but not contiguously are initially filtered in the auto-completion list. Doing a `ctrl` + `space` in the same location will show all auto-complete suggestions. [#4939](https://github.com/microsoft/vscode-cpptools/issues/4939) diff --git a/Extension/package.json b/Extension/package.json index 8514d360c3..2f70afd634 100644 --- a/Extension/package.json +++ b/Extension/package.json @@ -2,7 +2,7 @@ "name": "cpptools", "displayName": "C/C++", "description": "C/C++ IntelliSense, debugging, and code browsing.", - "version": "1.9.4-main", + "version": "1.9.5-main", "publisher": "ms-vscode", "icon": "LanguageCCPP_color_128x.png", "readme": "README.md",