CHANGELOG.md: add release heading for v0.57.1 This is an automated CL which updates the CHANGELOG.md. Change-Id: I01826d8db7e9924a6ccaa3666c8ed299ab46ff8b Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/816980 Reviewed-by: Madeline Kalil <mkalil@google.com> LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Gopher Robot <gobot@golang.org> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org>
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3bbd0..efcdd2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -9,6 +9,15 @@ The previous implementation remains available via the "Go: Generate Interface Stubs (legacy)" command (`go.impl.cursor.legacy`), which inserts method stubs directly at the cursor location. * vscode-go now supports [v3.18](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification) of the Language Server Protocol. +## v0.57.1 (prerelease) + +Date: 2026-08-18 + +This is the [pre-release version](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#prerelease-extensions) of v0.58. + +**Full Changelog**: https://github.com/golang/vscode-go/compare/v0.56.0-rc.1...v0.57.1 +**Milestone**: https://github.com/golang/vscode-go/issues?q=milestone%3Av0.58.0 + ## v0.57.0 (prerelease) Date: 2026-07-16