diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f86924f40..1586d39455 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,8 @@ BUG FIXES: [[GH-1794]](https://github.com/fatih/vim-go/pull/1794) * Fix `:GoImport` when adding to an empty import block (i.e`import ()`) [[GH-1938]](https://github.com/fatih/vim-go/pull/1938) +* Run shell commands with shellcmdflag set to `-c`. + [[GH-2006]](https://github.com/fatih/vim-go/pull/2006) BACKWARDS INCOMPATIBILITIES: * Bump minimum required version of Vim to 7.4.2009.