From 171392b582e30ba5f17344e618cd3d0c68429150 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 13 Feb 2018 09:44:10 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 4a23ec48c..66d22ddca 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -87,6 +87,7 @@ Fixed - Suspended pages now should always load the correct page when being un-suspended. - Compatibility with Python 3.7 - Exception types are now shown properly with `:config-source` and `:config-edit`. +- When using `:bookmark-add --toggle`, bookmarks are now saved properly. Removed ~~~~~~~