summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-12-01 16:46:32 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-12-01 16:46:32 +0100
commitee79ea6532f3c9d40569fb1c9329f4e5cec1fc4f (patch)
treef2786ed6d689389f569eba59bfd5b81ebf9ccb7d
parent546caffcbafbe385ae2a38255c86b6d3a9dd93ca (diff)
downloadqutebrowser-ee79ea6532f3c9d40569fb1c9329f4e5cec1fc4f.tar.gz
qutebrowser-ee79ea6532f3c9d40569fb1c9329f4e5cec1fc4f.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 09096934a..aed128a51 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -42,6 +42,13 @@ Added
- New `input.match_counts` option which allows to turn off count matching for
more emacs-like bindings.
+Fixed
+~~~~~
+
+- When `search.incremental` is disabled, searching using `/text` followed by a
+ backwards search via `?text` (or vice-versa) now correctly changes the search
+ direction.
+
[[v2.4.1]]
v2.4.1 (unreleased)
-------------------