From 7a28d244fe8a81f5e963e772f61837b25ce80ec3 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Sun, 20 Aug 2023 15:15:56 -0700 Subject: [PATCH] update CHANGELOG.md for #3570 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c86d4125..7c24ce76f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ IMPROVEMENTS: * 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) + [[GH-3570]](https://github.com/fatih/vim-go/pull/3570) * Clarify `:GoImpl` usage message. [[GH-3522]](https://github.com/fatih/vim-go/pull/3522) * Add commands and mappings related to godoc to the godoc preview window.