Skip to content

Commit

Permalink
update CHANGELOG.md for #2917
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Jun 13, 2020
1 parent 9a8e76c commit b6c2efa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ IMPROVEMENTS:
* Default `g:go_gopls_options` to `[-remote=auto]` to share gopls instances
with other plugins and multiple instances of Vim.
[[GH-2905]](https://github.com/fatih/vim-go/pull/2905)
* Use the module root as the working directory when renaming so that all
references to the symbol will be renamed when in module aware mode and
`g:go_rename_command` is set to `gopls`.
[[GH-2917]](https://github.com/fatih/vim-go/pull/2917)

BUG FIXES:
* Fix call to non-existent function in terminal mode edge case.
Expand Down

0 comments on commit b6c2efa

Please sign in to comment.