From 742e004d19b829cbc6064c83cceb306c1301c456 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Thu, 26 Dec 2024 10:20:05 -0800 Subject: [PATCH] update CHANGELOG.md for #3695 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3642de0a04..a7a9a0791a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,8 @@ IMPROVEMENTS: [[GH-3633]](https://github.com/fatih/vim-go/pull/3633) * Add fuzz snippet. [[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) BUG FIXES: * Update [impl](https://github.com/josharian/impl) source path after its default branch was changed from master to main.