From 7b463f2d8b2ec57b3f49912180be9976397415c9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 16 Aug 2016 14:22:47 +0200 Subject: [PATCH] Update changelog [ci skip] --- CHANGELOG.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 353aadfa2..00dc397c7 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -76,6 +76,9 @@ Changed - The `hints -> auto-follow` setting now can be set to `always`/`full-match`/`unique-match`/`never` to more precisely control when hints should be followed automatically. +- Counts can now be used with special keybindings (e.g. with modifiers). + This was already implemented for v0.7.0 originally, but got reverted because + it caused some issues and then never re-applied. Deprecated ~~~~~~~~~~ @@ -244,7 +247,6 @@ Changed - `:navigate` now clears the URL fragment - `:completion-item-del` (`Ctrl-D`) can now be used in `:buffer` completion to close a tab -- Counts can now be used with special keybindings (e.g. with modifiers) - Various SSL ciphers are now disabled by default. With recent Qt/OpenSSL versions those already all are disabled, but with older versions they might not be.