summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-22 20:08:26 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-07-22 20:08:26 +0200
commit62fef9d9e6e7e17703f50cbf8d1a2c8e0ebcdbae (patch)
tree3a496146a9cb8e8e5671165e58e82fa68ccbc11e
parent97c1798d88febc250b46cd3661261a7971bbc70c (diff)
downloadqutebrowser-master.tar.gz
qutebrowser-master.zip
Update changelog regarding dropped OS versionsHEADmaster
See #7092, #6050
-rw-r--r--doc/changelog.asciidoc19
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 44eb460e4..b94e1d66d 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -81,14 +81,17 @@ Removed
- The `--enable-webengine-inspector` flag is now dropped. It used to be ignored
but still accepted, to allow doing a `:restart` from versions older than v2.0.0.
Thus, switching from v1.x.x directly to v3.0.0 via `:restart` will not be possible.
-- It's planned to drop support for various legacy platforms and libraries which
- are unsupported upstream, such as:
- * The QtWebKit backend
- * macOS 10.14 (via Homebrew)
- * 32-bit Windows (via Qt)
- * Windows 8 (via Qt)
- * Windows 10 before 1809 (via Qt)
- * Possibly other more minor dependency changes
+- Support for macOS 10.14 and 10.15 is now dropped, raising the minimum
+ required macOS version to macOS 11 Big Sur.
+ * Qt 6.4 was the latest version to support macOS 10.14 and 10.15.
+ * It should be possible to build a custom .dmg with Qt 6.4, but this is
+ unsupported and not recommended.
+- Support for Windows 8 and for Windows 10 before 1809 is now dropped.
+ * Support for older Windows 10 versions might still be present in Qt 6.0/6.1/6.2
+ * Support for Windows 8.1 is still present in Qt 5.15
+ * It should be possible to build a custom .exe with those versions, but this
+ is unsupported and not recommended.
+- Support for 32-bit Windows is now dropped.
Changed
~~~~~~~