From 758ea8b17108f7159bef057c0fe0ba5626115556 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 28 Mar 2018 09:36:32 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index dae1da098..da41f6069 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -41,6 +41,9 @@ Changed file is now saved. - The `window.hide_wayland_decoration` setting got renamed to `window.hide_decoration` and now also works outside of wayland. +- The `tabs.favicons.show` setting now can take three values: `'always'` (was + `True`), `'never'` (was `False`) and `'pinned'` (to only show favicons for + pinned tabs). - Hover tooltips on tabs now always show the webpage's title. Fixed