diff --git a/CHANGELOG.md b/CHANGELOG.md index d8b6447eda..6aab4c4c44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,6 +85,8 @@ BUG FIXES: [[GH-3644]](https://github.com/fatih/vim-go/pull/3644) * Swallow delve errors when trying to place a breakpoint at an invalid location. [[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) ## v1.28 - (December 17, 2022)