summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-04-04 13:26:25 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-04-04 13:26:25 +0200
commite41bd42a74506272dccd27a13fd846dc53e0ac06 (patch)
treeca4a9a0fd6c93a7df16173fd487a6a7a7e9b12c1 /doc
parenta8d5ce13e8dd3e996d839d3bb80d2f391ff37100 (diff)
downloadqutebrowser-e41bd42a74506272dccd27a13fd846dc53e0ac06.tar.gz
qutebrowser-e41bd42a74506272dccd27a13fd846dc53e0ac06.zip
Show error when using :config-unset with uncustomized setting
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index d1708fd90..7fe8889b7 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -108,6 +108,8 @@ Changed
- 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").
+- The `:config-unset` command now shows an error when used on an option which is
+ valid, but was never customized.
Fixed
~~~~~