summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-13 17:28:29 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-13 17:39:04 +0200
commitdacaefaf38bd854d95b4ee10f4c5d563bbcb7240 (patch)
treec69658e91c3d45a325123a297b955f2bd63931dd /doc
parentebf96195839c5288981c62b4c6fd18dd99e829be (diff)
downloadqutebrowser-dacaefaf38bd854d95b4ee10f4c5d563bbcb7240.tar.gz
qutebrowser-dacaefaf38bd854d95b4ee10f4c5d563bbcb7240.zip
Update changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index c42177bf5..6de0ecdef 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,6 +15,24 @@ breaking changes (such as renamed commands) can happen in minor releases.
// `Fixed` for any bug fixes.
// `Security` to invite users to upgrade in case of vulnerabilities.
+[[v2.2.1]]
+v2.2.1 (unreleased)
+-------------------
+
+Changed
+~~~~~~~
+
+- When an error occurs in a notification presenter, qutebrowser now shows that
+ error in the statusbar instead of just logging it.
+
+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.
+
[[v2.2.0]]
v2.2.0 (2021-04-13)
-------------------