summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-04-20 17:14:11 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-04-20 17:14:11 +0200
commitb6b0c80b3ba5e75d2b2502e9a46d8ed927627526 (patch)
tree740655c4f4ee2f083eb6c913efe93349cfe5cbe0
parent2c85d66a55b7acde246d838fde584a2a066d47d5 (diff)
downloadqutebrowser-b6b0c80b3ba5e75d2b2502e9a46d8ed927627526.tar.gz
qutebrowser-b6b0c80b3ba5e75d2b2502e9a46d8ed927627526.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index f9ff80514..cb59aca0f 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -18,6 +18,20 @@ breaking changes (such as renamed commands) can happen in minor releases.
v1.11.0 (unreleased)
--------------------
+Added
+~~~~~
+
+- New settings:
+ * `search.wrap` which can be set to false to prevent wrapping around the page
+ when searching. With QtWebEngine, Qt 5.14 or newer is required.
+
+
+Changed
+~~~~~~~
+
+- Searching now wraps around the page by default with QtWebKit (where it didn't
+ before). Set `search.wrap` to `false` to restore the old behavior.
+
Fixed
~~~~~