summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-23 18:01:12 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-23 18:01:12 +0100
commit3fdb273bb369ee368639cce679ae8a1c30847ac0 (patch)
treeb27c5474816894f9834b44594252a87bfade60f0 /doc
parent682d522c778172f1bf1d379a2db97e23f0dbf8fc (diff)
downloadqutebrowser-3fdb273bb369ee368639cce679ae8a1c30847ac0.tar.gz
qutebrowser-3fdb273bb369ee368639cce679ae8a1c30847ac0.zip
Update changelog
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 894876182..7ae503199 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -70,6 +70,9 @@ Changed
- 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.
+- The internal `_autosave` session used for crash recovery is now only saved
+ once per minute, since saving it for every page load is a noticable performance
+ issue.
Fixed
~~~~~