summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-11-13 19:04:45 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-11-13 19:04:45 +0100
commit4ace7502c54974e325b7ca9c2d9de217afa39082 (patch)
tree9eaab482c65c66bcb3843139be444ae0c5e49fbc /doc
parent60f281eb30f6913423b0b5f99208f95ae8449fae (diff)
downloadqutebrowser-4ace7502c54974e325b7ca9c2d9de217afa39082.tar.gz
qutebrowser-4ace7502c54974e325b7ca9c2d9de217afa39082.zip
Update docs/changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index f6e58a8b9..7abaffcad 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -26,6 +26,11 @@ Changed
in use.
- The `:tab-move` command now takes `start` and `end` as `index` to move a tab
to the first/last position.
+- Tests now automatically pick the backend (QtWebKit/QtWebEngine) based on
+ what's available. The `QUTE_BDD_WEBENGINE` environment variable and
+ `--qute-bdd-webengine` argument got replaced by `QUTE_TESTS_BACKEND` and
+ `--qute-backend` respectively, which can be set to either `webengine` or
+ `webkit`.
[[v2.4.1]]
v2.4.1 (unreleased)