From 607710eeaeb67043fccdb730be0a7a1b33b8e109 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 27 Mar 2017 08:02:43 +0200 Subject: [PATCH] Update changelog [ci skip] --- CHANGELOG.asciidoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index b9ff9176a..db382a296 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -37,11 +37,12 @@ Fixed ~~~~~ - Added a workaround for a black screen with QtWebEngine with some setups - (requires PyOpenGL to be installed) -- Fixed crash when trying to retry downloads with QtWebEngine -- Fixed crash when cloning page without history -- Fixed continuing a search after clearing it + (the workaround requires PyOpenGL to be installed, but it's optional) +- Crash when trying to retry downloads with QtWebEngine +- Crash when cloning page without history +- Continuing a search after clearing it - Crash when downloading a download resulting in a HTTP error +- Various rare crashes v0.10.1 -------