From 082e8da1441c3b58169e8c946113ce98c87a1876 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 10 Aug 2016 16:58:26 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 9652f9b41..744cf8d8b 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -60,6 +60,7 @@ Changed configured with the new `new-instance-open-target.window` setting. - Word hints now are more clever about getting the element text from some elements. - Completions for `:help` and `:bind` now also show hidden commands +- The `:buffer` completion now also filters using the first column (id). Removed ~~~~~~~