summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-06-24 19:59:37 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-06-24 19:59:37 +0200
commit224c3591eee5979fac78f8e8bef711de8a0ee07e (patch)
tree8a17ddd99ec6c2879755c58107a5c37d5563e264
parentc580ebf0801e5a3ecabc54f327498bb753c6d5f2 (diff)
downloadqutebrowser-224c3591eee5979fac78f8e8bef711de8a0ee07e.tar.gz
qutebrowser-224c3591eee5979fac78f8e8bef711de8a0ee07e.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 3387198e9..b0eb5d324 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -30,6 +30,8 @@ Added
Changed
~~~~~~~
+- The hosts-based adblocker (using `content.blocking.hosts.lists`) now also
+ blocks all requests to any subdomains of blocked hosts.
- The `fonts.web.*` settings now support URL patterns.
- The `:greasemonkey-reload` command now shows a list of loaded scripts and has
a new `--quiet` switch to suppress that message.
@@ -40,8 +42,12 @@ Changed
Fixed
~~~~~
+- Crash on macOS 10.14+ when logging into Google accounts -- the previous fix
+ was incomplete due wrong information in Apple's documentation.
- Crash when two Greasemonkey scripts have the same name (usually happening
because the same file is in both the data and the config directory).
+- Deprecation warnings when using the `link_pyqt.py` script on Python 3.10
+ (e.g. via `tox` or `mkvenv.py`).
[[v2.2.3]]
v2.2.3 (2021-06-01)