Skip to content

Commit 61af12d

Browse files
committed
update CHANGELOG.md
Update CHANGELOG.md for #1894, #1895, #1899, #1900, #1901, and #1905.
1 parent 4e09001 commit 61af12d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,22 @@ IMPROVEMENTS:
77
[[GH-1889]](https://github.com/fatih/vim-go/pull/1889)
88
* Highlight `context.Context` when `g:go_highlight_extra_types` is set.
99
[[GH-1903]](https://github.com/fatih/vim-go/pull/1903)
10+
* Run gometalinter asynchronously in Neovim.
11+
[[GH-1901]](github.com/fatih/vim-go/pull/1901)
12+
* Run gorename asynchronously in Vim8 and Neovim.
13+
[[GH-1894]](github.com/fatih/vim-go/pull/1894)
1014

1115
BUG FIXES:
1216
* Fix `:GoRun %` on Windows.
1317
[[GH-1900]](github.com/fatih/vim-go/pull/1900)
18+
* Fix `go#complete#GetInfo()` to return a description of the identifier.
19+
[[GH-1905]](https://github.com/fatih/vim-go/pull/1905)
20+
* Restore support for running tests in the Neovim terminal.
21+
[[GH-1895]](https://github.com/fatih/vim-go/pull/1895)
22+
23+
BACKWARDS INCOMPATIBILITIES:
24+
* Bump minimum required version of Vim to 7.4.2009.
25+
[[GH-1899]](https://github.com/fatih/vim-go/pull/1899)
1426

1527
## 1.18 - (July 18, 2018)
1628

0 commit comments

Comments
 (0)