summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-23 15:00:40 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-23 15:02:28 +0100
commitfcd0658617f5808f69f9ccc4402ecf71c2b3d5aa (patch)
tree607135f53c7cfb56dc483a539a5e9559e9ef2be8 /doc
parent103017876e3ad3a74591fdd5053addb11a43f8f5 (diff)
downloadqutebrowser-fcd0658617f5808f69f9ccc4402ecf71c2b3d5aa.tar.gz
qutebrowser-fcd0658617f5808f69f9ccc4402ecf71c2b3d5aa.zip
Don't require autoconfig loading with --config-py
Fixes #6272
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 5555d6dd7..49a9a6bdb 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -67,6 +67,9 @@ Changed
- The `.redirect(...)` method on interceptors now supports an
`ignore_unsupported=True` argument which supresses exceptions if a request could
not be redirected. Note, however, that it is still not public API.
+- When the `--config-py` argument is used, no warning about a missing
+ `config.load_autoconfig` is shown anymore, as the argument is typically used
+ for temporarily testing a config.
Fixed
~~~~~