From 49e67c4dc92c8ea5859059b2a5bc86fd1d6565e9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 7 Nov 2024 14:58:34 +0100 Subject: [PATCH] Fix up changelog See #7625 --- doc/changelog.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc index 78082a8ac..afcd7be32 100644 --- a/doc/changelog.asciidoc +++ b/doc/changelog.asciidoc @@ -74,16 +74,16 @@ Added - Added the `qt.workarounds.disable_hangouts_extension` setting, for disabling the Google Hangouts extension built into Chromium/QtWebEngine. +- Failed end2end tests will now save screenshots of the browser window when + run under xvfb (the default on linux). Screenshots will be under + `$TEMP/pytest-current/pytest-screenshots/` or attached to the GitHub actions + run as an artifact. (#7625) Removed ~~~~~~~ - Support for macOS 11 Big Sur is dropped. Binaries are now built on macOS 12 Monterey and are unlikely to still run on older macOS versions. -- Failed end2end tests will now save screenshots of the browser window when - run under xvfb (the default on linux). Screenshots will be under - `$TEMP/pytest-current/pytest-screenshots/` or attached to the GitHub actions - run as an artifact. (#7625) Changed ~~~~~~~