summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-06-10 14:47:41 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-06-10 14:47:41 +0200
commit823b7e2900263e7b07b257f0141e8a6490281a11 (patch)
treebd3e49421cb3e24a2da8c535aca9d527781c681c
parent0b4f4a7f239b4ae1d4df6d6dde3b6b410b53332c (diff)
downloadqutebrowser-823b7e2900263e7b07b257f0141e8a6490281a11.tar.gz
qutebrowser-823b7e2900263e7b07b257f0141e8a6490281a11.zip
Update changelog
-rw-r--r--CHANGELOG.asciidoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 87adfbf94..da50b92c7 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -70,7 +70,9 @@ Changed
- Number hints are now renumbered after filtering
- Number hints can now be filtered with multiple space-separated search terms
- `hints -> scatter` is now ignored for number hints
-- Better history implementation which also stores titles
+- Better history implementation which also stores titles.
+ As a consequence, URLs which redirect to another URL are now added to the
+ history too, marked with a `-r` suffix to the timestamp field.
Fixed
-----