Skip to content

Commit 10c805b

Browse files
authored
Update CHANGELOG.md
1 parent fcd04ce commit 10c805b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ IMPROVEMENTS:
66

77
* Function calls are now highligted as wel when `g:go_highlight_functions` is enabled [gh-1048]
88
* Add completion support for uninported packages. This allows to complete even if the package is not improted [gh-1084]
9+
* Tools that embeds GOROOT into their binaries do not work when people update their Go version and the GOROOT contains the vesion as part of their path (i.e: `/usr/local/Cellar/go/1.7.2/libexec`, [more info](https://blog.filippo.io/stale-goroot-and-gorebuild/)) . This is now fixed by introducing automatic GOROOT set/unset before each tool invoke. [gh-954]
910

1011
BUG FIXES:
1112

0 commit comments

Comments
 (0)