From fecfc0845183ff15960f74985759149b57d83b76 Mon Sep 17 00:00:00 2001 From: Bob Brown Date: Mon, 16 Oct 2023 11:30:46 -0700 Subject: [PATCH] update changelog (#11532) --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 6985dfdb6f..07f219692e 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -4,7 +4,7 @@ ### New Features * Add an 'Extract to Function' (or Member Function) code action after selecting code. [#1162](https://github.com/microsoft/vscode-cpptools/issues/1162) * Currently, it's only enabled when `C_Cpp.experimentFeatures` is `true`. Also, 'Extract to Free Function' is disabled. -* Add the option to install a compiler, accessible through the walkthrough. [PR #11286](https://github.com/microsoft/vscode-cpptools/pull/11286) +* Compiler acquisition improvements. [#10525](https://github.com/microsoft/vscode-cpptools/issues/10525) ### Enhancements * Add setting `C_Cpp.refactoring.includeHeader` to customize whether or not to add an include header when doing a refactoring code action. [#11271](https://github.com/microsoft/vscode-cpptools/issues/11271)