From dd494dbf280ab3104788c4b3b5c9d2a20ae9416a Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Sat, 6 Jan 2024 11:43:41 -0800 Subject: [PATCH] update CHANGELOG.md for #3626 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d1ce532c0..d0f93cf3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ IMPROVEMENTS: * Add `:GoExtract` command and related mapping. [[GH-3506]](https://github.com/fatih/vim-go/pull/3506) [[GH-3617]](https://github.com/fatih/vim-go/pull/3617) + [[GH-3626]](https://github.com/fatih/vim-go/pull/3626) * Halt the debugger after a connection is establish with `:GoDebugConnect`. [[GH-3514]](https://github.com/fatih/vim-go/pull/3514) [[GH-3520]](https://github.com/fatih/vim-go/pull/3520)