diff --git a/CHANGELOG.md b/CHANGELOG.md index bdbe5e9cf8..67fb15afd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,8 @@ IMPROVEMENTS: [[GH-2323]](https://github.com/fatih/vim-go/pull/2323) * Respect `g:go_info_mode='gopls'` in go#complete#GetInfo. [[GH-2313]](https://github.com/fatih/vim-go/pull/2313) +* Allow `:GoLint`, `:GoErrCheck`, and `:GoDebug` to work in null modules. + [[GH-2335]](https://github.com/fatih/vim-go/pull/2335) BUG FIXES: * display info about function and function types whose parameters are