aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-03-01 08:02:33 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-03-01 09:31:51 +0100
commiteca08cee575b4d81290794901766eca777103862 (patch)
treefcbb0be607ccf318fe083056fbca7ef47ab4077f /doc
parentc4b2f835ce5459be1020414a68d349f6737a300c (diff)
Add changelog 6.2.4
Pick-to: 6.2 Change-Id: I2f8a7e909a2d130dc9a785d34d7d5fe15f0249de Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/changelogs/changes-6.2.442
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/changelogs/changes-6.2.4 b/doc/changelogs/changes-6.2.4
new file mode 100644
index 000000000..dff01c3a7
--- /dev/null
+++ b/doc/changelogs/changes-6.2.4
@@ -0,0 +1,42 @@
+Qt for Python 6.2.4 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-1702] snake_case handling now does explicitly not touch user
+ defined classes.
+ - [PYSIDE-1705] Properties are now usable in constructors of classes in any
+ combination of snake_case and true_property.
+ - [PYSIDE-1765] The snake_case feature is now more complete since it renames
+ hidden methods, too. Overriding was enabled.
+ - [PYSIDE-1252] The entry points for UI tools on macOS have been fixed.
+ - [PYSIDE-1798] QVariant can now be converted to Enum types.
+ - [PYSIDE-1804] A bug in QByteArray::__msetitem__() on big
+ endian architectures has been fixed.
+ - [PYSIDE-1815] QAbstractOAuth.setModifyParametersFunction() has been added
+ - [PYSIDE-1824] QLowEnergyServiceData.characteristics() has been fixed.
+ - [PYSIDE-1826] A life cycle issue with
+ QQuickAsyncImageProvider.requestImageResponse()
+ has been fixed.
+ - [PYSIDE-1827] Signals/slots with non-QObject object types have been
+ fixed.
+
+****************************************************************************
+* Shiboken6 *
+****************************************************************************
+
+ - [PYSIDE-1806] A configure check for the clang version has been added.