From 8e6f79755d9aabcaef748742365e9cc03221b08a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 12 Aug 2018 20:25:23 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index e3950563a..e66297f95 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -28,6 +28,8 @@ 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. Fixed ~~~~~