diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index f7fde773c7..c3c6d18a07 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -2,8 +2,11 @@ ## Version 1.19.8: March 13, 2024 ### Bug Fixes +* Fix an issue with applying the proper working directory from a `compile_commands.json` when a `compilePath` is also set. [#12024](https://github.com/microsoft/vscode-cpptools/issues/12024) * Fix a deadlock. [#12051](https://github.com/microsoft/vscode-cpptools/issues/12051) * Fix a crash that could occur when failing to query clang-cl. +* Fix an issue with handling of `winsysroot` args for clang-cl. +* Fix an issue with processing relative include paths returned by clang-cl. ## Version 1.19.7: March 11, 2024 ### Bug Fixes