From 960e2d6ed43a59fef27e22f269c0c8c303906855 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Thu, 17 Oct 2024 18:05:35 -0700 Subject: [PATCH 1/3] Update changelog for 1.22.10 --- Extension/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 71a2ad23eb..4c607f5ec0 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,10 @@ # C/C++ for Visual Studio Code Changelog +## Version 1.22.10: October 18, 2024 +### Bug Fixes +* Fix 'Extract to Function' feature not working. +* Fix 'Go to Next/Prev Preprocessor Conditional' feature not working. + ## Version 1.22.9: October 10, 2024 ### Performance Improvements * Initialization performance improvements. [#12030](https://github.com/microsoft/vscode-cpptools/issues/12030) From 53d647eef65a4d3f0889d3f7f955252597765b39 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Thu, 17 Oct 2024 18:16:53 -0700 Subject: [PATCH 2/3] Address PR feedback --- Extension/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 4c607f5ec0..45a291a4ac 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -2,8 +2,8 @@ ## Version 1.22.10: October 18, 2024 ### Bug Fixes -* Fix 'Extract to Function' feature not working. -* Fix 'Go to Next/Prev Preprocessor Conditional' feature not working. +* Fix the 'Extract to Function' feature not working. +* Fix the 'Go to Next/Prev Preprocessor Conditional' feature not working. ## Version 1.22.9: October 10, 2024 ### Performance Improvements From d486d0ff53ce99fd9323db64ab4b8360055bdc5a Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson Date: Fri, 18 Oct 2024 13:06:14 -0700 Subject: [PATCH 3/3] Update release date --- Extension/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 45a291a4ac..8891897fa2 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.22.10: October 18, 2024 +## Version 1.22.10: October 21, 2024 ### Bug Fixes * Fix the 'Extract to Function' feature not working. * Fix the 'Go to Next/Prev Preprocessor Conditional' feature not working.