summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-04 13:15:56 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-04 13:15:56 +0200
commita8d5ce13e8dd3e996d839d3bb80d2f391ff37100 (patch)
treefe3dbe3c2f06e7456d22d883cf41ad278b8b0d74 /doc/changelog.asciidoc
parented45c7fdc59ac376dc4b9a51811760aaabbd8ad8 (diff)
downloadqutebrowser-a8d5ce13e8dd3e996d839d3bb80d2f391ff37100.tar.gz
qutebrowser-a8d5ce13e8dd3e996d839d3bb80d2f391ff37100.zip
Add URL pattern support for :config-unset
See #5856
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 6e03aa68b..d1708fd90 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -105,6 +105,9 @@ Changed
- The default binding for `T` (`:tab-focus`) got changed so that it fills the
command line with `:tab-focus` if used without a count (instead of being
equivalent to `:tab-next` in that case).
+- The `:config-unset` command now understands the `--pattern` (`-u`) flag to
+ unset options customized for a given URL pattern (such as after answering a
+ prompt with "always"/"never").
Fixed
~~~~~