From b7b3473f74db8b99007a0acf1a14fc702c216e44 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 30 Aug 2018 07:50:31 +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 de9ab4aa0..95815279b 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -46,6 +46,8 @@ Changed - The `content.xss_auditing` setting is now enabled by default, to mirror Chromium's rather than Qt's default behavior. +- Long URLs in the statusbar are now elided at the end rather than in the + middle, to make sure the hostname is completely visible whenever possible. Fixed ~~~~~