From 20d29aab46567126b9d01549f3e4a79fedbbb192 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Aug 2018 08:44:27 +0200 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index f01ffe811..89ee0b44d 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -40,6 +40,7 @@ Fixed - Crash when opening URLs with some unicode characters (IDNA 2008). Those URLs still won't open though, due to missing support in Qt. - Crash when a download directory which can't be created is configured. +- Crash in the `importer.py` script when importing Chrome bookmarks from newer Chrome versions. v1.4.1 ------