summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-24 13:25:13 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-24 13:25:13 +0100
commitfdc21e10dd2b8d11d3f2798b8a3a490ec67c9377 (patch)
treebd69cfa9f14edcc7fba9180b959e4401f6352d7b /doc
parentb171f3c0f2bd52f30330843a742d4bf9600b420d (diff)
downloadqutebrowser-fdc21e10dd2b8d11d3f2798b8a3a490ec67c9377.tar.gz
qutebrowser-fdc21e10dd2b8d11d3f2798b8a3a490ec67c9377.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 c169339ca..c25c6dd4c 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -144,6 +144,9 @@ Fixed
it's usually better to map keys to commands instead.
- When a minimized window is selected via `:tab-select`, it's now un-minimized
properly.
+- When a format string in the config (e.g. `tabs.title_format`) used a value
+ like `{current_url.host}` (instead of `{current_url:host}`), qutebrowser
+ would crash. It now correctly reports an invalid config value instead.
[[v2.1.0]]
v2.1.0 (2021-03-12)