summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2019-07-11 09:46:16 +0200
committerFlorian Bruhin <me@the-compiler.org>2019-07-11 09:46:16 +0200
commitcabbfd84f68bef6d16780657363a2dffd1a87fb4 (patch)
tree8e4289c89ffbc005af916bc6d753da92f03fbef5
parent94f576d84cf4eb51c46596eed7ccd87105993a0a (diff)
downloadqutebrowser-cabbfd84f68bef6d16780657363a2dffd1a87fb4.tar.gz
qutebrowser-cabbfd84f68bef6d16780657363a2dffd1a87fb4.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 5141bdfd8..c2b2d60e0 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -73,6 +73,9 @@ Changed
- For runtime data (such as the IPC socket), a proper runtime path is now used
on BSD; only macOS/Windows continue to use the temporary directory.
- PDF.js is now also searched in `/app/share/pdf.js/` (for Flatpak)
+- Permission prompts can now be answered with `Y` (`:prompt-accept --save yes`)
+ and `N` (`:prompt-accept --save no`) to save the answer as a per-domain
+ setting.
Deprecated
~~~~~~~~~~