Skip to content

Commit fe0c873

Browse files
authored
Update changelog. (#13996)
1 parent 497c341 commit fe0c873

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Extension/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# C/C++ for Visual Studio Code Changelog
22

3-
## Version 1.28.2: October 13, 2025
3+
## Version 1.28.2: October 14, 2025
44
### Enhancements
55
* Add IntelliSense support for c23 `bool`, `true`, and `false`. [#13737](https://github.com/microsoft/vscode-cpptools/issues/13737)
6+
* Add missing C/C++ keyword completions for newer language standards. [#13982](https://github.com/microsoft/vscode-cpptools/issues/13982)
67
* Update the bundled `clang-tidy` and `clang-format` from 20.1.7 to 21.1.3.
78

89
### Bug Fixes
@@ -12,8 +13,8 @@
1213
* Fix extension activation getting stuck when certain SSH config files are processed (by the SSH targets view feature). [#13966](https://github.com/microsoft/vscode-cpptools/issues/13966)
1314
* Fix document symbols randomly showing previous versions of symbols after they are modified. [#13967](https://github.com/microsoft/vscode-cpptools/issues/13967)
1415
* Prevent tag parsing of .js files to avoid a crash. [#13980](https://github.com/microsoft/vscode-cpptools/issues/13980)
15-
* Fix missing C/C++ keyword completions for newer language standards. [#13982](https://github.com/microsoft/vscode-cpptools/issues/13982)
1616
* Fix some invalid assumptions for cppbuild tasks. [PR #13989](https://github.com/microsoft/vscode-cpptools/pull/13989)
17+
* Fix a random memory corruption and deadlock (involving `task_deque`).
1718
* A potential fix for a crash (involving `line_offset_t`).
1819

1920
## Version 1.27.7: September 18, 2025

0 commit comments

Comments
 (0)