From 3dd51354682e8c509ccd5da3cf88133a4d3f967d Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Thu, 12 Nov 2020 21:37:05 -0800 Subject: [PATCH] update CHANGELOG.md for #3088 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.