From 224c3591eee5979fac78f8e8bef711de8a0ee07e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 24 Jun 2021 19:59:37 +0200 Subject: Update changelog --- doc/changelog.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- cgit v1.2.3-54-g00ecf