From d62a70267e15a7bd04317e5c71da68ae73932182 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 24 Jul 2018 16:05:03 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index cbf531ce4..2652cc588 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -35,6 +35,8 @@ Fixed - Crash in Qt 5.7.1 when a website uses `window.print()`. - The workaround for Nouveau graphic drivers now works properly again. - Crash when using `:follow-selected` with a link which is outside of the view. +- Workaround for windows not showing as urgent with some window managers + (like i3). v1.4.1 ------