aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-09-05 15:22:15 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-09-21 13:08:24 +0000
commit556cfe62fbe2e231abee60b32ef1c0ddf4a0a39f (patch)
treea7993f24332e63a3477b3bd11c4d035da819dbf7
parent08fe3f2b9f88f7dbe39a101dfc768860beae0fd6 (diff)
Update changelog 6.5.3
Change-Id: Ief2d76e13b1c62b495409001470454190fe8490b Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> (cherry picked from commit a0d131603dc9133ce7c22ff9dd2e3f21db397a44) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit fc4b21f8b760fb7554293be0d31a3344081cb828)
-rw-r--r--doc/changelogs/changes-6.5.314
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/changelogs/changes-6.5.3 b/doc/changelogs/changes-6.5.3
index 8cfd5e9c7..20ce49dc7 100644
--- a/doc/changelogs/changes-6.5.3
+++ b/doc/changelogs/changes-6.5.3
@@ -37,6 +37,17 @@ information about a particular change.
- [PYSIDE-2418] Connections to base class slots incorrectly falling back to
the global receiver have been fixed.
- [PYSIDE-2425] Theme switching of the chart theme example has been fixed.
+ - [PYSIDE-2368] The signature of PySide6.QtCore.Signal has been fixed.
+ - [PYSIDE-2393] A recursion occurring with pytest-forked has been fixed.
+ - [PYSIDE-2419] QLocale::system() on macOS has been fixed.
+ - [PYSIDE-2422] A crash occurring when passing None to
+ QGridLayout.removeItem() has been turned into a warning.
+ - [PYSIDE-2433] Crashes related to enums in QML singletons have been fixed.
+ - [PYSIDE-2444] Incorrect signatures in class QState have been fixed.
+ - [PYSIDE-2454] Default parameters for containers without indirections
+ have been fixed.
+ - [PYSIDE-2461] Build system: The "modules" is now correctly resolved
+ relative to archdata.
****************************************************************************
* Shiboken6 *
@@ -49,3 +60,6 @@ information about a particular change.
- [PYSIDE-2394] It is now possible to override a C++ deprecation attribute.
- [PYSIDE-2411] Modified return types of void functions are now properly
documented.
+ - [PYSIDE-2446] It is now possible to use remove-modifications for numerical
+ operators.
+ - [PYSIDE-2465] A test failure occurring with Python 3.11.5 has been fixed.