From 364b808743c1190f4da94568920e4bf93c803a67 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 15 Aug 2018 10:53:09 +0200 Subject: [PATCH] Update changelog for v1.4.2 --- doc/changelog.asciidoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 6cbcbfc15..5da1689a1 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -28,11 +28,18 @@ Added Changed ~~~~~~~ -- The `content.xss_auditing` setting is now enabled by default, to mirror - Chromium's rather than Qt's default behavior. - The `:repeat` command now takes a count which is multiplied with the given "times" argument. +v1.4.2 (unreleased) +------------------- + +Changed +~~~~~~~ + +- The `content.xss_auditing` setting is now enabled by default, to mirror + Chromium's rather than Qt's default behavior. + Fixed ~~~~~