From e39d7eec6eea5e3a642fe91460f43b4f8607cfcf Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Sun, 24 Mar 2024 14:48:26 -0700 Subject: [PATCH] update CHANGELOG.md for #3652 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b22ea59fd..90872f8d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,8 @@ BUG FIXES: [[GH-3637]](https://github.com/fatih/vim-go/pull/3637) * Fix editing of lines with multibyte characters. [[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) ## v1.28 - (December 17, 2022)