From ab4c8757927968bad0ee02fb3db02ad31cde42b1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 25 Jan 2018 09:03:47 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 268ea6c1f..e450bae99 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -39,6 +39,7 @@ Changed similar functionality will likely land 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. Fixed ~~~~~