diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a494c8099..d08963a87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -124,6 +124,7 @@ BUG FIXES: * Add `g:go_imports_autosave` so that imports can be adjusted on save when `g:go_imports_mode` is set to `gopls`. [[GH-2800]](https://github.com/fatih/vim-go/pull/2800) + [[GH-2858]](https://github.com/fatih/vim-go/pull/2858) * Correct vim-go's help to correctly identify `g:go_referrer_mode`'s default. [[GH-2832]](https://github.com/fatih/vim-go/pull/2832) * Clear the quickfix list when `:GoLint` succeeds.