From 7e042e7b70ebff9bac3f26b57b5df20cba4c6d5a Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Thu, 27 Feb 2020 11:15:25 +0900 Subject: [PATCH] Changelog / add unit test section --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46d6c65b..4c2b56ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ This is the Changelog for the vim-airline project. - [poetv](https://github.com/petobens/poet-v) support - Improvements - git branch can also be displayed using [gina.vim](https://github.com/lambdalisue/gina.vim) +- Other + - Introduce Vim script static analysis using [reviewdog](https://github.com/reviewdog/action-vint) + - Added multiple Vim versions to unit tests using Travis CI ## [0.11] - 2019-11-10 - New features