Skip to content

Commit

Permalink
[release] 0.16.2 release CHANGELOG
Browse files Browse the repository at this point in the history
Change-Id: Ib208f9ba0dcc32b83ac1496e0dd47001f3ac312a
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/252121
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
  • Loading branch information
hyangah committed Sep 1, 2020
1 parent d5f86b6 commit ede72ef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.16.2 - 2nd Sep, 2020

### Fixed

- Fixed the compile error message parsing bug that prevented correct file name expansion in test output. ([Issue 522](https://github.com/golang/vscode-go/issues/522)).
- Fixed the regression that caused to run tests in the local directory mode and
result in more verbose output than the package list mode. ([Issue 528](https://github.com/golang/vscode-go/issues/528)).
- Fixed `"go.alternateTools"` settings to accept any tool names without
settings.json diagnostics warning. ([Issue 526](https://github.com/golang/vscode-go/issues/526)


## v0.16.1 - 5th Aug, 2020

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "go",
"displayName": "Go",
"version": "0.16.1",
"version": "0.16.2",
"publisher": "golang",
"description": "Rich Go language support for Visual Studio Code",
"author": {
Expand Down

0 comments on commit ede72ef

Please sign in to comment.