From b0654916421cf503d5f59324fde30275d8849d2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Fri, 14 Jul 2023 14:57:40 +0200 Subject: Update changelog for 6.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A couple of extra patches were included while waiting for Qt 6.5.2 to be ready Change-Id: Ia859bfdc51f9073117eef495e81188422fa15883 Reviewed-by: Simo Fält (cherry picked from commit e462727a3ef742f49dcba145714cf20d0b614ffb) Reviewed-by: Qt Cherry-pick Bot --- doc/changelogs/changes-6.5.2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/changelogs/changes-6.5.2 b/doc/changelogs/changes-6.5.2 index 58bf89b13..2da156069 100644 --- a/doc/changelogs/changes-6.5.2 +++ b/doc/changelogs/changes-6.5.2 @@ -30,7 +30,10 @@ information about a particular change. metaobjectdump.py tool as an input of qmllint. - [PYSIDE-2364] The type hint for QQmlExpression.evaluate() has been fixed. - [PYSIDE-2299] A memory leak connecting free methods/lambdas has been - - [PYSIDE-2371] fixed. + - [PYSIDE-2371] Fixed regression related to memory leak when connecting + signal to local function. + - [PYSIDE-2381] Fixed issue qith QSetting list of strings and value() + - [PYSIDE-2384] Fixed QWizardPage.registerField signature **************************************************************************** * Shiboken6 * @@ -42,3 +45,4 @@ information about a particular change. overwritten in Python has been implemented. They are now handled by a handler on the stack if possible or otherwise printed. + - [PYSIDE-1669] Fixed option --no-implicit-conversions -- cgit v1.2.3