extension/CHANGELOG.md: mention user-visible fixes For golang/vscode-go#3249 Change-Id: Ic73a96ae42789c1df0b5d3ef118856d37a62157d Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/571098 Reviewed-by: Nooras Saba <saba@golang.org> kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Suzy Mueller <suzmue@golang.org> Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com>
diff --git a/extension/CHANGELOG.md b/extension/CHANGELOG.md index 89537d5..cd4d431 100644 --- a/extension/CHANGELOG.md +++ b/extension/CHANGELOG.md
@@ -5,6 +5,15 @@ For a detailed list of changes, refer to the complete [commit history](https://github.com/golang/vscode-go/compare/v0.41.1...v0.41.2). +### Fixes +- Fixed [Issue 2414](https://github.com/golang/vscode-go/issues/2414) that prevented +recognizing testify suites spanning multiple files. ([PR 3128](https://github.com/golang/vscode-go/pull/3128)) +- Fixed the "Open 'gopls' trace" submenu in "Go: Choose Go Environment" command. ([Issue 3236](https://github.com/golang/vscode-go/issues/3236)) + +### Thanks + +Thanks for your contributions! @Cr4zySheep, @nirhaas + ## v0.41.1 - 22 Feb, 2024 This release is a point release to skip `vscgo` installation on Windows