From c9cae0b8c056b68cdb6fae3e9c0922424c740e57 Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 6 Nov 2024 12:43:56 -0800 Subject: [PATCH] Update changelog. (#12938) --- Extension/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index f8abeefa46..da554b2e1a 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -5,7 +5,8 @@ * A potential fix for a crash during process shutdown (in `uv_run`). [#12668](https://github.com/microsoft/vscode-cpptools/issues/12668) * Fix a performance issue where some LSP requests would delay other LSP requests. [#12905](https://github.com/microsoft/vscode-cpptools/issues/12905) * A potential fix for a crash in cpptools (in `report_intellisense_results`). -* Fix a random deadlock in `handle_edits`. +* Fix a random deadlock with `compiler_info::find_or_create`. +* Fix a random deadlock with `handle_edits`. * Other internal fixes. ## Version 1.22.11: November 5, 2024