diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ace7a7c8b..366b6eccab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,8 @@ IMPROVEMENTS: * Use `gopls` for `:GoCallers`. [[GH-3088]](https://github.com/fatih/vim-go/pull/3088) [[GH-3090]](https://github.com/fatih/vim-go/pull/3090) +* Update denite integration to work with python3.9. + [[GH-3097]](https://github.com/fatih/vim-go/pull/3097) BUG FIXES: * Remove implications that terminal mode is only applied for Neovim.