From 36b52a74f256502f39c5fda6067352e06b3a6278 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Sun, 6 Sep 2020 10:40:45 -0700 Subject: [PATCH] update CHANGELOG.md for #2994 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bb7427039..d72d8c21e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,11 @@ IMPROVEMENTS: [[GH-2989]](https://github.com/fatih/vim-go/pull/2989) * Add `g:go_term_reuse` option to allow the reuse of a terminal window. [[GH-2990]](https://github.com/fatih/vim-go/pull/2990) +* Add official support for using `gopls`' `gofumpt` workspace setting. + [[GH-2994]](https://github.com/fatih/vim-go/pull/2994) +* Add support for using `gopls`' workspace settings that are otherwise not yet + officially supported by vim-go. + [[GH-2994]](https://github.com/fatih/vim-go/pull/2994) BUG FIXES: * Fix call to non-existent function in terminal mode edge case.