From afb080706495ac37963ce0cdb2fca9003122118b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 13 Dec 2017 19:58:01 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 87c115b71..8674be889 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -102,6 +102,8 @@ Changed - Search terms for URLs and titles can now be mixed when filtering the completion. - The default font size for the UI got bumped up from 8pt to 10pt. +- Improved matching in the completion: The words entered are now matched in any + order, and mixed matches on URL/tite are possible. Fixed ~~~~~