diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c06ce146b..272e9dec57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,8 +36,10 @@ IMPROVEMENTS: [[GH-3068]](https://github.com/fatih/vim-go/pull/3068) * Show identifier in fzf's preview window with `:GoDecls` and `:GoDeclsDir`. [[GH-3083]](https://github.com/fatih/vim-go/pull/3083) -* Do not hookup commands that require guru when not in GOPATH mode. +* Do not hookup commands that require `guru` when not in GOPATH mode. [[GH-2704]](https://github.com/fatih/vim-go/pull/2704) +* Use `gopls` for `:GoCallers`. + [[GH-3088]](https://github.com/fatih/vim-go/pull/3088) BUG FIXES: * Remove implications that terminal mode is only applied for Neovim.