From ced525d366531097f7cb83561b1481a937bb4750 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Sat, 17 Aug 2024 20:27:59 -0700 Subject: [PATCH] update CHANGELOG.md for #3678 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aab4c4c44..f6cce3efb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,6 +87,8 @@ BUG FIXES: [[GH-3652]](https://github.com/fatih/vim-go/pull/3652) * Fix parsing of gopls error message to determine debug port. [[GH-3672]](https://github.com/fatih/vim-go/pull/3672) +* Handle unexpected code action commands from `gopls`. + [[GH-3678]](https://github.com/fatih/vim-go/pull/3678) ## v1.28 - (December 17, 2022)