From a41db970e8f916a037a85feca94be50cdc35c109 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 2 Dec 2017 14:42:14 +0100 Subject: [PATCH] Update changelog [ci skip] --- doc/changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 087619870..f972c6ca2 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -88,6 +88,7 @@ Changed - `:jseval --file` now searches relative paths in a js/ subdir in qutebrowser's data dir, e.g. `~/.local/share/qutebrowser/js`. - The current/default bindings are now shown in the :bind completion. +- Empty categories are now hidden in the `:open` completion. Fixed ~~~~~