From 3138c1f488886a2d2d0cce55788039b166cb9979 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 10 Sep 2018 11:58:27 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 7b98ea71d..04fbbafd4 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -27,6 +27,11 @@ Added - New `content.mouse_lock` setting to handle HTML5 pointer locking. - New `completion.web_history.exclude` setting which hides a list of URL patterns from the completion. +- Rewritten PDF.js support: + * PDF.js support and the `content.pdfjs` setting are now available with + QtWebEngine. + * Opening a PDF file now doesn't start a second request anymore. + * Opening PDFs on https:// sites now works properly. Changed ~~~~~~~