diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a9a0791a..ebd168fd8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,8 @@ IMPROVEMENTS: [[GH-3636]](https://github.com/fatih/vim-go/pull/3636) * Update gopls code action handling. [[GH-3695]](https://github.com/fatih/vim-go/pull/3695) +* Remove installation of `gorename`. + [[GH-3697]](https://github.com/fatih/vim-go/pull/3697) BUG FIXES: * Update [impl](https://github.com/josharian/impl) source path after its default branch was changed from master to main.