From a2c94e448ec0fba914bd4e3ec399533c96c41e93 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 4 Oct 2015 16:35:40 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 8893eefc8..82f12b851 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -41,6 +41,12 @@ Fixed - Fixed displaying of web history if `web-history-max-items` is set to -1. +Removed +~~~~~~~ + +- The `colors -> tabs.bg.bar` setting got removed as the tab size is now + adjusted so the bar is never visible. + v0.4.1 ------