summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-03-30 18:22:57 +0200
committerFlorian Bruhin <me@the-compiler.org>2022-03-30 18:22:57 +0200
commitced9d59de29cac5331019659fa1e0744ad52d4a3 (patch)
tree19b090751311e4b73647f35fccc2da16c81df989
parent982c3f1fbd54d3713ba31bab4c4ff8f748367df1 (diff)
downloadqutebrowser-ced9d59de29cac5331019659fa1e0744ad52d4a3.tar.gz
qutebrowser-ced9d59de29cac5331019659fa1e0744ad52d4a3.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 14182e3e2..252ea088a 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -60,7 +60,8 @@ Added
which shows relative tab numbers.
- New `input.mode_override` option which allows overriding the current mode
based on the new URL when navigating or switching tabs.
-- New `qt.chromium.sandboxing` setting which allows to disable Chromium's sandboxing (mainly intended for development and testing)
+- New `qt.chromium.sandboxing` setting which allows to disable Chromium's
+ sandboxing (mainly intended for development and testing)
Fixed
~~~~~
@@ -90,7 +91,7 @@ Fixed
qutebrowser is run from a fixed location (usually the users home directory),
and `:spawn` is not typically used with executables that don't exist. The main
security impact of this bug is in tools like text editors, which are often
- executed in untrusted directories and might attempt to run auxillary tools
+ executed in untrusted directories and might attempt to run auxiliary tools
automatically.
[[v2.4.1]]