From 3779f59a230761d486c29363ac6129641bfeb6ba Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 9 Feb 2018 22:48:51 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index a94f174a4..6a1037b1b 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -67,6 +67,8 @@ Fixed title. - `:spawn -o` now waits until the process has finished before trying to show the output. Previously, it incorrectly showed the previous output immediately. +- QtWebEngine: Qt download objects are now cleaned up properly when a download + is removed. Removed ~~~~~~~