summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-17 10:43:52 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-17 10:43:52 +0200
commitfe80b04ed10cea2404cc0835955fc3751fd28745 (patch)
treece77ba2df4c9c9a3a22eb8a656b9576aeeaaafa7 /doc
parent1b4daf7c37782bf6a63814c5e9cdc0bebec559ea (diff)
downloadqutebrowser-fe80b04ed10cea2404cc0835955fc3751fd28745.tar.gz
qutebrowser-fe80b04ed10cea2404cc0835955fc3751fd28745.zip
Update changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 6de0ecdef..bd400cb9b 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -28,10 +28,13 @@ Changed
Fixed
~~~~~
-- With the legacy GNOME Flashback notification daemon (not GNOME Shell), when
- more than 20 notifications are shown at the same time, the daemon sends back a
- (persistent) error which wasn't handled by qutebrowser. The error is now
- displayed instead of resulting in a crash.
+- Certain errors from notification daemons are now displayed as non-fatal
+ errors instead of qutebrowser crashing:
+ * With the legacy GNOME Flashback notification daemon (not GNOME Shell), when
+ more than 20 notifications are currently shown.
+ * With the KDE Plasma notification daemon, when the same notification is
+ shown twice (with <1s delay).
+- The `mkvenv.py` script now works when `ldconfig -p` is failing.
[[v2.2.0]]
v2.2.0 (2021-04-13)