From 3558d9e98ab98815f7a439ceba26644f76862152 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Mon, 15 Oct 2018 08:07:03 -0700 Subject: [PATCH] update CHANGELOG.md for #2014 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2345c2130..7573345a6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,8 @@ IMPROVEMENTS: [[GH-1984]](https://github.com/fatih/vim-go/pull/1984) * Support the go-debugger features in Neovim. [[GH-2007]](https://github.com/fatih/vim-go/pull/2007) +* color the statusline for termguicolors and Neovim. + [[GH-2014]](https://github.com/fatih/vim-go/pull/2014) BUG FIXES: