From e906178c7d66881b52b0daa962aead850fe5c047 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 7 Jun 2016 14:28:22 +0200 Subject: [PATCH] Add changelog entry for multi-word matching --- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 547aa274d..384d51796 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -64,6 +64,7 @@ Changed - The commandline now accepts partially typed commands if they're unique. - Number hints are now kept filtered after following a hint in rapid mode. - Number hints are now renumbered after filtering +- Number hints can now be filtered with multiple space-separated search terms Fixed -----