summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2024-04-20 19:25:42 +1200
committerGitHub <noreply@github.com>2024-04-20 19:25:42 +1200
commit80931acab0cc63760dfc484820b783aaced439b6 (patch)
treeaed9d0c3bc8d2b5408dd8a76af5bca6f8fde4f90 /doc
parent91be21aede589a8cb15a5288eedd74ca56f11e7b (diff)
parent52106c383b41ea7629399f75059bbcba9abb1ba6 (diff)
downloadqutebrowser-80931acab0cc63760dfc484820b783aaced439b6.tar.gz
qutebrowser-80931acab0cc63760dfc484820b783aaced439b6.zip
Merge pull request #8139 from qutebrowser/feat/7187_chromium_security_patch_in_version
Show chromium security patch version in :version
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index a33c537db..b6385b015 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -24,6 +24,10 @@ Added
- When qutebrowser receives a SIGHUP it will now reload any config.py file
in use (same as the `:config-source` command does). (#8108)
+- The Chromium security patch version is now shown in the backend string in
+ --version and :version. This reflects the latest Chromium version that
+ security fixes have been backported to the base QtWebEngine version from.
+ (#7187)
Changed
~~~~~~~