From 823b7e2900263e7b07b257f0141e8a6490281a11 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 10 Jun 2016 14:47:41 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -----