From 793605f80f754d122b4a9344cdcd006abc2801ba Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 Mar 2020 22:06:13 +0530 Subject: [PATCH] Update changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 475fe6615..b11ca32bc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,6 +19,9 @@ To update |kitty|, :doc:`follow the instructions `. - Fix blank space at the start of tab bar in powerline style when first tab is inactive (:iss:`2478`) +- Fix regression causing incorrect rendering of separators in tab bar when + defining a tab bar background color (:pull:`2480`) + 0.17.1 [2020-03-24] --------------------