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 ~~~~~~~