From 5ad79ee6cdb9dce7f11eb8761d3de387b87dd484 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 26 Oct 2018 10:17:30 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 665ce7c0a..8de8fa078 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -59,6 +59,16 @@ Fixed - Invalid hint length calculation in certain rare cases. - Dragging tabs in the tab bar (which was broken in v1.5.0) +v1.5.2 +------ + +Changed +~~~~~~~ + +- The `content.cookies.accept` setting is now set to `all` instead of + `no-3rdparty` by default, as `no-3rdparty` breaks various pages such as + GMail. + v1.5.1 ------