From 3df469bc38ee93f3d82835bca6cd34b297621bf8 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 24 Jan 2018 21:30:17 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 28e8a5ad9..3f78641f8 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -37,6 +37,8 @@ Changed - On Qt 5.7.1, GreaseMonkey `@include` and `@exclude` now support regex matches. With Qt 5.8 and newer, Qt handles the matching, but 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. Fixed ~~~~~