summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-23 16:38:31 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-23 16:38:59 +0100
commit4e9adf85b55070de63389004be4de213496742a8 (patch)
treec9e11913ed8129550e102f763a8878c2c482fefa /doc
parentfcd0658617f5808f69f9ccc4402ecf71c2b3d5aa (diff)
downloadqutebrowser-4e9adf85b55070de63389004be4de213496742a8.tar.gz
qutebrowser-4e9adf85b55070de63389004be4de213496742a8.zip
Validate that --config-py files exist
Fixes #6271
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 49a9a6bdb..894876182 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -76,6 +76,8 @@ Fixed
- When an editor exits with a != 0 exit status, the temporary editor file is now
persisted. This already was the case when the editor crashed.
+- When a nonexistant file gets passed to `--config-py`, qutebrowser now
+ complains instead of silently not loading it.
Removed
~~~~~~~