From 2ac521627e27d10d3459e55f21b7b5c6cce302a2 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 4 Jun 2016 23:13:13 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 2bf9a3ab0..87a492587 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -54,6 +54,9 @@ Changed - URLs are now shown decoded when hovering. - Keybindings are now shown in the command completion - Improved behavior when pasting multiple lines +- Rapid hints can now also be used for the `normal` hint target, which can be + useful with javascript click handlers or checkboxes which don't actually open + a new page. Fixed -----