From e8af559bd71ac5b33c5cca2733ece16772ff40d6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 27 Nov 2025 21:29:46 +0100 Subject: [PATCH] Update changelog from main --- doc/changelog.asciidoc | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index cc07b4994..c222f47e6 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -15,6 +15,26 @@ 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.6.2]] +v3.6.2 (unreleased) +------------------- + +Changed +~~~~~~~ + +* Windows and macOS releases now ship with Qt 6.10.1, which include + security patches up to Chromium 142.0.7444.162. + +Fixed +~~~~~ + +- The version info now includes the Wayland compositor name if wayland-client is + available under a different name than `libwayland-client.so` (#8771). +- The list of Chromium extensions in `--version` / `:version` now uses the + correct Chromium data profile, also fixing a crash with Qt 6.10.1 (#8785). +- With Qt 6.10.1, `qt.workarounds.disable_hangouts_extension` now doesn't apply + on private profiles, avoiding a Qt bug leading to a crash (#8785). + [[v3.6.1]] v3.6.1 (2025-11-03) -------------------