summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-05 22:43:59 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-05 22:44:14 +0200
commiteb6f1cf9898cb431af9d2812ec40f811e37f57f0 (patch)
tree77ca1605b990d45bdd55e0b5438cd160c6ed29f1 /doc
parent7dd7b793d6d2457be21dabbad08618dd7b37ff32 (diff)
downloadqutebrowser-eb6f1cf9898cb431af9d2812ec40f811e37f57f0.tar.gz
qutebrowser-eb6f1cf9898cb431af9d2812ec40f811e37f57f0.zip
Fix QtWebEngine version detection on OpenBSD
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 7fe8889b7..c94b99a39 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -121,6 +121,8 @@ Fixed
- With some (rare) setups, opening the report dialog or using a PAC proxy with
QtWebKit could result in qutebrowser hanging due to a PyQt bug. There's now a
workaround which prevents the hang.
+- QtWebEngine version detection (influencing things like dark mode settings or
+ certain workarounds) now works correctly on OpenBSD.
Removed
~~~~~~~