Skip to content

Commit a81c1bd

Browse files
authored
Merge pull request #1565 from bhcleek/changelog/1562-1563
update CHANGELOG.md (1562, 1563)
2 parents e581f3f + c6ea0c1 commit a81c1bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ IMPROVEMENTS:
2929
In addition `:GoRename <Tab>` now lists some common options.
3030
[[GH-1465]](https://github.com/fatih/vim-go/pull/1465).
3131
* Disable `g:go_autodetect_gopath` by default. [[GH-1461]](https://github.com/fatih/vim-go/pull/1461).
32+
* Add support for 'g:go_build_tags' to the `:GoTest` family of functions.
33+
[[GH-1562]](https://github.com/fatih/vim-go/pull/1562).
34+
* Pass `--tests` to gometalinter when autosaving and when a custom gometalinter
35+
command has not been set.
36+
[[GH-1563]](https://github.com/fatih/vim-go/pull/1563).
3237

3338
## 1.15 - (October 3, 2017)
3439

0 commit comments

Comments
 (0)