aboutsummaryrefslogtreecommitdiffstats
path: root/doc/changelogs/changes-6.5.2
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelogs/changes-6.5.2')
-rw-r--r--doc/changelogs/changes-6.5.248
1 files changed, 48 insertions, 0 deletions
diff --git a/doc/changelogs/changes-6.5.2 b/doc/changelogs/changes-6.5.2
new file mode 100644
index 000000000..2da156069
--- /dev/null
+++ b/doc/changelogs/changes-6.5.2
@@ -0,0 +1,48 @@
+Qt for Python 6.5.2 is a bug-fix release.
+
+For more details, refer to the online documentation included in this
+distribution. The documentation is also available online:
+
+https://doc.qt.io/qtforpython/
+
+Some of the changes listed in this file include issue tracking numbers
+corresponding to tasks in the Qt Bug Tracker:
+
+https://bugreports.qt.io/
+
+Each of these identifiers can be entered in the bug tracker to obtain more
+information about a particular change.
+
+****************************************************************************
+* PySide6 *
+****************************************************************************
+
+ - [PYSIDE-2184] .pyi files are now installed by CMake.
+ - [PYSIDE-2206] The QtStateMachine moveblocks example has been added.
+ - [PYSIDE-2206] The QtLocation mapviewer example has been revamped.
+ - [PYSIDE-2331] Type hints of several functions taking a str have been fixed.
+ - [PYSIDE-2339] Enumeration types are now kept when passed through the
+ QVariant APIs of QAbstractItemModel, and a conversion
+ to int takes place when required (Qt.CheckState and similar).
+ - [PYSIDE-2340] A crash when using QScxmlStateMachine::connectToEvent()
+ has been fixed.
+ - [PYSIDE-2347] Output of QObject slots has been added to the
+ 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 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 *
+****************************************************************************
+
+ - [PYSIDE-1735] The detection of signedness for enums with typedefs
+ as underlying types has been fixed.
+ - [PYSIDE-2335] The raising of unraisable exceptions from virtual methods
+ 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