diff --git a/CHANGELOG.md b/CHANGELOG.md index 731decacb3..a78ca984e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ IMPROVEMENTS: * Add `g:go_fillstruct_mode` to allow `:GoFillStruct` to be satisfied by either `fillstruct` or by `gopls`. [[GH-3018]](https://github.com/fatih/vim-go/pull/3018) +* Add `:GoDebugTestFunc` to debug the test function surrounding the current + cursor location. + [[GH-3011]](https://github.com/fatih/vim-go/pull/3011) BUG FIXES: * Remove implications that terminal mode is only applied for Neovim.