summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-15 12:01:15 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-15 12:01:15 +0100
commit21e8aad7935403684cef9558c4436d2359dceffd (patch)
tree1a0831faa18b4522585f6ff4e554ea088d71651e
parent9d3e675296a5f0aaf0ccd2766a58a68b621e3452 (diff)
downloadqutebrowser-21e8aad7935403684cef9558c4436d2359dceffd.tar.gz
qutebrowser-21e8aad7935403684cef9558c4436d2359dceffd.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index cf2faf9e6..a939de539 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -51,7 +51,8 @@ Major changes
with a newer version of Qt/PyQt.
- New optional dependency on the Python `adblock` library, which is now used to
integrate Brave's Rust adblocker library, if the `adblock` module is available.
-- Windows 7 is not supported anymore by the Windows binaries.
+ If it is unavailable, qutebrowser falls back to host-blocking, i.e. the same
+ blocking technique it used before this release.
- The (formerly optional) `cssutils` dependency is now removed. It was only
needed for improved behavior in corner cases when using `:download --mhtml`
with the (non-default) QtWebKit backend, and as such it's unlikely anyone is
@@ -70,6 +71,8 @@ Major changes
thus requiring the backports for those versions as well.
- The former dependency on the `attrs`/`attr` package is now dropped.
- On Python 3.6, a new dependency on the `dataclasses` backport is now required.
+- Windows 7 is not supported anymore by the Windows binaries.
+- TODO: The Windows and macOS binaries are now updated to Python 3.9.
Removed
~~~~~~~