From bfae6b357a758e358b6508d8fc8d1dc9a4c0ac14 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 11 Jun 2018 12:39:17 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 975551f5f..7c6f2dc1a 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -59,6 +59,8 @@ Changed securely and without requiring the `--enable-webengine-inspector` option. - The `` key (`:follow-selected`) now follows the currently focused element if there's no selection. +- The `--logfilter` argument now can be prepended with an exclamation mark + (e.g. `--logfilter '!init,destroy'`) to invert the filter. Removed ~~~~~~~