summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-05-30 11:00:02 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-06-01 16:48:23 +0200
commit0f329d62d244340240d8d8169d23d0b9ee8c0f28 (patch)
tree0db1bfb069828fe160734e5f154e7a2294530363
parent9ff9fd0a0244aa8ffc2fb56cbb7ba445d75f0b9c (diff)
downloadqutebrowser-0f329d62d244340240d8d8169d23d0b9ee8c0f28.tar.gz
qutebrowser-0f329d62d244340240d8d8169d23d0b9ee8c0f28.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 00d10b0cd..93319b653 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -50,6 +50,14 @@ Fixed
- When `:edit-text` is used, but the existing text in the input isn't
representable in the configured encoding (`editor.encoding`), qutebrowser would
crash. It now shows a proper error instead.
+- The testsuite should now work properly on aarch64.
+- When QtWebEngine is in a "stuck" state while `:selection-follow` was used,
+ this could cause a crash in qutebrowser. This is now fixed (speculatively, due
+ to lack of a reproducer).
+- When the brave adblock data (`adblock-cache.dat`) got corrupted, qutebrowser
+ would crash when trying to load it. It now displays an error instead.
+- Combining `/S` (silent) and `/allusers` when uninstalling via the Windows
+ installer now works properly.
[[v2.2.2]]
v2.2.2 (2021-05-20)