Skip to content

Commit b1e08da

Browse files
h9jianggopherbot
authored andcommitted
CHANGELOG.md: update change log to reflect recent changes
Fix the link showing the diff between v0.46.1 and v0.46.0. Permanent fix in x/build CL 654815 Change-Id: I2728557213b5665ef806bd70b6bc03858f8ae38a Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/654855 Auto-Submit: Hongxiang Jiang <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> kokoro-CI: kokoro <[email protected]> Reviewed-by: Madeline Kalil <[email protected]>
1 parent e988883 commit b1e08da

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
55

66
## Unreleased
77

8+
### Changes
9+
10+
* Introduced quick pick separator in command `Go: Choose Go Environment` showing
11+
diff between options locally discovered and options available for download.
12+
13+
### Fixes
14+
15+
* Addressed an issue that caused a `Cannot read properties of null (reading 'Token')`
16+
error during command execution when the command result did not include a token.
17+
([Issue 3698](https://github.com/golang/vscode-go/issues/3698))
18+
819
## v0.46.1
920

1021
Date: 2025-03-04
1122

12-
**Full Changelog**: https://github.com/golang/vscode-go/compare/v0.46.1...v0.46.1
23+
**Full Changelog**: https://github.com/golang/vscode-go/compare/v0.46.0...v0.46.1
1324
**Milestone**: https://github.com/golang/vscode-go/issues?q=milestone%3Av0.46.1
1425

1526
## v0.47.1 (prerelease)

0 commit comments

Comments
 (0)