summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-01 14:40:20 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-01 14:40:20 +0200
commited45c7fdc59ac376dc4b9a51811760aaabbd8ad8 (patch)
treed3dde05aca88849a5a6971ca2bc7c9d5da6c1ea9 /doc
parent52fc6cc991131afc2e05feb7dddc35418546c378 (diff)
downloadqutebrowser-ed45c7fdc59ac376dc4b9a51811760aaabbd8ad8.tar.gz
qutebrowser-ed45c7fdc59ac376dc4b9a51811760aaabbd8ad8.zip
Work around QNAM logging hangs
See #6325
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 4de160ba5..6e03aa68b 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -113,6 +113,9 @@ Fixed
persisted. This already was the case when the editor crashed.
- When a nonexistent file gets passed to `--config-py`, qutebrowser now
complains instead of silently not loading it.
+- 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.
Removed
~~~~~~~