summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-11-22 22:16:30 +0100
committerFlorian Bruhin <me@the-compiler.org>2023-11-22 22:16:30 +0100
commit4dab98a3be47865fdaf9fe692e510bb6aca1262f (patch)
treef2f68b1c4a3a3878e9aede29c5c73f263d6cfeea
parentea7fb86706baa76f9ac57b314a8a9d9bbe48c168 (diff)
downloadqutebrowser-4dab98a3be47865fdaf9fe692e510bb6aca1262f.tar.gz
qutebrowser-4dab98a3be47865fdaf9fe692e510bb6aca1262f.zip
Update changelog
-rw-r--r--doc/changelog.asciidoc19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index a799deaab..43888903e 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -15,6 +15,25 @@ breaking changes (such as renamed commands) can happen in minor releases.
// `Fixed` for any bug fixes.
// `Security` to invite users to upgrade in case of vulnerabilities.
+[[v3.1.0]]
+v3.1.0 (unreleased)
+-------------------
+
+Changed
+~~~~~~~
+
+- (TODO) Upgraded the bundled Qt version to 6.6.1, based on Chromium 112. Note
+ this is only relevant for the macOS/Windows releases, on Linux those will be
+ upgraded via your distribution packages.
+
+Fixed
+~~~~~
+
+- (TODO) Compatibility with PDF.js v4
+- Added an elaborate workaround for a bug in QtWebEngine 6.6.0 causing crashes
+ on Google Mail/Meet/Chat.
+
+
[[v3.0.2]]
v3.0.2 (2023-10-19)
-------------------