aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-03-01 08:02:33 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-01 11:10:04 +0000
commit5044bf32686b08588a42cf960ac330e897ba0433 (patch)
treee744880f959172cd222122877e4df234534fdebf
parentfb236d00e94de6afbe2d6ff5dafc5c7a7de65e0e (diff)
Add changelog 6.2.4
Change-Id: I2f8a7e909a2d130dc9a785d34d7d5fe15f0249de Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> (cherry picked from commit eca08cee575b4d81290794901766eca777103862) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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.