From ad716f1df4f89589c0b13b9a39e68a10adba5e13 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Fri, 8 Nov 2019 20:19:06 +0100 Subject: [PATCH] Changelog: Prepare for release 0.11 --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3008dbcb..01c5312a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ This is the Changelog for the vim-airline project. -## [0.11] - Unreleased +## [0.12] - Unreleased + +## [0.11] - 2019-11-10 - New features - Extensions: - [Coc](https://github.com/neoclide/coc.nvim) support @@ -10,6 +12,7 @@ This is the Changelog for the vim-airline project. - [gina](https://github.com/lambdalisue/gina.vim) support - [vim-bookmark](https://github.com/MattesGroeger/vim-bookmarks) support - [vista.vim](https://github.com/liuchengxu/vista.vim) support + - [tabws](https://github.com/s1341/vim-tabws) support for the tabline - Improvements - The statusline can be configured to be shown on top (in the tabline) Set the `g:airline_statusline_ontop` to enable this experimental feature. @@ -208,8 +211,8 @@ This is the Changelog for the vim-airline project. - integration with other plugins: netrw, unite, nerdtree, undotree, gundo, tagbar, minibufexplr, ctrlp - support for themes: 8 included -[Unreleased]: https://github.com/vim-airline/vim-airline/compare/v0.10...HEAD -[0.11]: https://github.com/vim-airline/vim-airline/compare/v0.10...HEAD +[0.12]: https://github.com/vim-airline/vim-airline/compare/v0.11...HEAD +[0.11]: https://github.com/vim-airline/vim-airline/compare/v0.10...v.11 [0.10]: https://github.com/vim-airline/vim-airline/compare/v0.9...v0.10 [0.9]: https://github.com/vim-airline/vim-airline/compare/v0.8...v0.9 [0.8]: https://github.com/vim-airline/vim-airline/compare/v0.7...v0.8