summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/changelog.asciidoc12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index e3f732606..37543b549 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,6 +15,16 @@ breaking changes (such as renamed commands) can happen in minor releases.
// `Fixed` for any bug fixes.
// `Security` to invite users to upgrade in case of vulnerabilities.
+[[v2.3.0]]
+v2.3.0 (unreleased)
+-------------------
+
+Changed
+~~~~~~~
+
+The `fonts.web.*` settings now support URL patterns.
+
+
[[v2.2.2]]
v2.2.2 (unreleased)
-------------------
@@ -29,6 +39,8 @@ Fixed
renderer process crashes. This is now worked around by qutebrowser.
- When an (broken) binding to `set-cmd-text` without any argument existed,
using `:` would crash, which is now fixed.
+- New site-specific quirk (again) working around not being able to type
+ accented/composed characters on Google Docs.
[[v2.2.1]]
v2.2.1 (2021-04-29)