From 7b4141b0c8e6596c6253897d774460f54f7afce1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 18 Oct 2019 19:38:08 +0530 Subject: [PATCH] Add a changelog entry for powerline tabbar --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3fdc60801..6a3b63cba 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,8 @@ To update |kitty|, :doc:`follow the instructions `. 0.15.0 [future] -------------------- +- Add a new style ``powerline`` for tab bar rendering, see :opt:`tab_bar_style` (:pull:`2021`) + - Wayland: Fix key repeat not being stopped when focus leaves window. This is expected behavior on Wayland, apparently (:iss:`2014`)