From fc3e43b3ccfa4e7e1d551b06ad1cdadda85cc76d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 27 Jul 2020 15:09:55 +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 d3855c41a..435b60684 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -68,6 +68,8 @@ Fixed Bootstrap CSS framework, they now get hints correctly. - When the session file isn't writable when qutebrowser is quit, an error is now logged instead of crashing. +- When using `-m` with the `qute-lastpass` userscript, it accidentally matched + URLs containing the match as substring. This is now fixed. v1.13.1 (2020-07-17) --------------------