From 671785ea4acbda05143feb83545f2427ef2c8791 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 9 Jan 2025 11:27:40 +0100 Subject: [PATCH] Update changelog --- doc/changelog.asciidoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index a05274ec1..3c8b3f3cc 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -15,6 +15,17 @@ 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.4.1]] +v3.4.1 (unreleased) +------------------- + +Fixed +~~~~~ + +- Crash when trying to use the `DocumentPictureInPicture` JS API, such as done + by the new Google Workspaces Huddle feature. The API is unsupported by + QtWebEngine and now correctly disabled on the JS side. (#8449) + [[v3.4.0]] v3.4.0 (2024-12-14) -------------------