From 5add2cd9302bf4c116f2fc4443d5627b192f045b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 3 Jul 2018 11:15:59 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 07b11207a..79a75f49f 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -123,6 +123,10 @@ Fixed Removed ~~~~~~~ +- No prebuilt binaries for 32-bit Windows are supplied anymore. This is due to + Qt removing QtWebEngine support for those upstream. It might be possible to + distribute 32-bit binaries again with Qt 5.12 in December, but that will only + happen if it turns out enough people actually need 32-bit support. - `:tab-detach` which has been deprecated in v1.1.0 has been removed. - The `content.developer_extras` setting got removed. On QtWebKit, developer extras are now automatically enabled when opening the inspector.