diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 2237a2106..db38c68d6 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -42,10 +42,12 @@ v1.3.2 (unreleased) Fixed ~~~~~ -- Improved workaround for a bug in Qt 5.11 where only the top/bottom half of - the window is used. -- Work around a bug in Qt 5.11 where an endless loading-loop is triggered when - clicking a link with an unknown scheme. +- QtWebEngine: Improved workaround for a bug in Qt 5.11 where only the + top/bottom half of the window is used. +- QtWebEngine: Work around a bug in Qt 5.11 where an endless loading-loop is + triggered when clicking a link with an unknown scheme. +- QtWebEngine: It's now possible to open external links such as `magnet://` or + `mailto:` via hints. v1.3.1 ------