From 0fd3674d9e080794ac9ec3274aa0a375e675a460 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 20 Mar 2018 07:07:05 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 50b3d840f..15b89efcf 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -24,6 +24,7 @@ Added - New `:scroll-to-anchor` command to scroll to an anchor in the document. - New `url.open_base_url` option to open the base URL of a searchengine when no search term is given. +- New `tabs.min_width` setting to configure the minimal width for tabs. Changed ~~~~~~~