From 8ca1c45fc81dde46d3b4eb79115f3949e6f5e284 Mon Sep 17 00:00:00 2001 From: heartacker <1876302+heartacker@users.noreply.github.com> Date: Fri, 23 May 2025 09:37:03 +0800 Subject: [PATCH] fix typo (#13630) 1.26.0->1.26.1 --- Extension/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 9eced9c9d..aaebd8d06 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,6 +1,6 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.26.0: May 22, 2025 +## Version 1.26.1: May 22, 2025 ### Bug Fixes * Fix include completion adding an extra `"` in `insert` mode. [#13615](https://github.com/microsoft/vscode-cpptools/issues/13615) * Fix a bug with compiler querying of MinGW. [#13622](https://github.com/microsoft/vscode-cpptools/issues/13622) @@ -2553,4 +2553,4 @@ ## Version 0.5.0: April 14, 2016 * Usability and correctness bug fixes. -* Simplify installation experience. \ No newline at end of file +* Simplify installation experience.