CHANGELOG.md: add release heading for v0.46.0 This is an automated CL which updates the CHANGELOG.md. Change-Id: I1e66f469b76af1f57781c4af8569fec537e59703 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/653415 Auto-Submit: Gopher Robot <gobot@golang.org> kokoro-CI: kokoro <noreply+kokoro@google.com> Reviewed-by: Hongxiang Jiang <hxjiang@golang.org> Reviewed-by: Madeline Kalil <mkalil@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a20f22..2e4fdb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ ## Unreleased +## v0.46.0 + +Date: 2025-02-27 + ### Code Health * The testing framework is migrated from `Kokoro` to `LUCI`. The presubmit tests will be triggered against multiple go versions.