From b648345bf84ba072ce991d6a8c1913a227e22903 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 9 Feb 2018 22:50:36 +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 6a1037b1b..44c4ff39c 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -69,6 +69,7 @@ Fixed output. Previously, it incorrectly showed the previous output immediately. - QtWebEngine: Qt download objects are now cleaned up properly when a download is removed. +- Suspended pages now should always load the correct page when being un-suspended. Removed ~~~~~~~