Skip to content

Commit cf9b256

Browse files
authored
Update changelog. (#9047)
* Update changelog.
1 parent a250a53 commit cf9b256

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

Extension/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# C/C++ for Visual Studio Code Change Log
22

3+
## Version 1.9.6: March 21, 2022
4+
### Bug Fix
5+
* Redo 1.9.4 changes with a fix for issue [#9041](https://github.com/microsoft/vscode-cpptools/issues/9041).
6+
* Fix a potential heap corruption when `files.associations` are changed.
7+
38
## Version 1.9.5: March 17, 2022
4-
## Bug Fixes
5-
* Undo the 1.9.4 changes to fix the file corruption issue. [#9041](https://github.com/microsoft/vscode-cpptools/issues/9041).
9+
### Bug Fixes
10+
* Undo the 1.9.4 changes to fix the file corruption issue. [#9041](https://github.com/microsoft/vscode-cpptools/issues/9041)
611
* Issue [#8851](https://github.com/microsoft/vscode-cpptools/issues/8851) should still be fixed though.
712

813
## Version 1.9.4: March 16, 2022
9-
## Enhancements
14+
### Enhancements
1015
* 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)
1116
* Show "Catastrophic error" during tag parsing with an Error logging severity and report the number of occurrences via telemetry. [#9013](https://github.com/microsoft/vscode-cpptools/issues/9013)
1217

13-
## Bug Fixes
18+
### Bug Fixes
1419
* Fix tag parser failure due to missing DLL dependencies on Windows. [#8851](https://github.com/microsoft/vscode-cpptools/issues/8851)
1520
* Fix temp files randomly not getting deleted on Windows with a `C_Cpp.loggingLevel` of `Warning` or greater. [#9008](https://github.com/microsoft/vscode-cpptools/issues/9008)
1621
* Fix mingw clang being detected as gcc. [#9024](https://github.com/microsoft/vscode-cpptools/issues/9024)

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.9.5-main",
5+
"version": "1.9.6-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)