From 8c39e8f7649e703eaf8f12ed204df3623bbbbe7d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 6 Feb 2018 14:13:06 +0100 Subject: [PATCH] Update changelog [ci skip] --- doc/changelog.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 8e943d2c7..3f3b53287 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -36,7 +36,7 @@ Changed - `:tab-only` with pinned tabs now still closes unpinned tabs. - GreaseMonkey `@include` and `@exclude` now support regex matches. With QtWebEngine and Qt 5.8 and newer, Qt handles the matching, - but similar functionality will likely land in Qt 5.11. + but similar functionality was added in Qt 5.11. - The sqlite history now uses write-ahead logging which should be a performance and stability improvement. - The `url.incdec_segments` option now also can take `port` as possible segment.