From 2c45226b6d91c501b87a8b200c59d8b8a46e70ac Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 26 Oct 2018 09:15:16 +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 662cada0d..665ce7c0a 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -57,6 +57,7 @@ Fixed - When websites suggest download filenames with invalid characters, those are now correctly replaced. - Invalid hint length calculation in certain rare cases. +- Dragging tabs in the tab bar (which was broken in v1.5.0) v1.5.1 ------