summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-06-21 14:16:07 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-06-21 14:16:07 +0200
commit2fec76fc1fb8554624a321b06286f480d9e5161a (patch)
tree3305b548397af42a53c307c16077af88b3cfbc0b
parentce7443219cf4325a8e7c556c8a05c22eb6455e02 (diff)
downloadqutebrowser-2fec76fc1fb8554624a321b06286f480d9e5161a.tar.gz
qutebrowser-2fec76fc1fb8554624a321b06286f480d9e5161a.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index f78931039..ade7a7ef7 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -119,6 +119,9 @@ Fixed
is interpreted as rich text by Qt, independently from the website.
- When a Greasemonkey script couldn't be loaded (e.g. due to an unreadable file),
qutebrowser would crash. It now shows an error instead.
+- The notification fixes in v2.5.1 caused new notification crashes (probably
+ more common than the ones being fixed...). Those are now fixed, along with a
+ (rather involved) test case to prevent similar issues in the future.
- New site-specific quirk to fix messages not showing on LinkedIn (due to
`Array.at` usage).