aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.15.4
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2023-05-25 11:12:40 +0300
committerSimo Fält <simo.falt@qt.io>2023-05-25 11:12:40 +0300
commitca0519cb3f6b62e3b61ba74f0c60eac891dd3a15 (patch)
tree46e94d1b9a77648ca080a36b7d266f2322031d67 /dist/changes-5.15.4
parent72d32f66685fbb7fefc41eee629e63f4824cb10b (diff)
parent7c386888b453b7f2ac78ef1da59d077b25e372b3 (diff)
Merge tag 'v5.15.4-lts' into tqtc/lts-5.15-opensourcev5.15.4-lts-lgpl
Qt For Python Release 5.15.4 Change-Id: I8457501ba90fc481fb9de686eb8a2f880ecc06cd
Diffstat (limited to 'dist/changes-5.15.4')
-rw-r--r--dist/changes-5.15.438
1 files changed, 38 insertions, 0 deletions
diff --git a/dist/changes-5.15.4 b/dist/changes-5.15.4
new file mode 100644
index 000000000..a97be5dc6
--- /dev/null
+++ b/dist/changes-5.15.4
@@ -0,0 +1,38 @@
+Qt for Python 5.15.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.
+
+****************************************************************************
+* PySide2 *
+****************************************************************************
+
+ - [PYSIDE-955] QOpenGLContext.versionFunctions() have been implemented.
+ Class QOpenGLVersionFunctionsFactory (from Qt 6) has also
+ been added.
+ - [PYSIDE-1409] signature: The decision heuristics of result tuples have
+ been refined.
+ - [PYSIDE-1438] Crashes in Qt Datavisualization's QBar/SurfaceDataProxy
+ add/set/insertRow() members have been fixed.
+ - [PYSIDE-1502] Import errors will now be properly reported.
+ - [PYSIDE-1513] Documentation on properties has been added.
+ - [PYSIDE-1538] signature: Unrecognized items will no longer raise
+ exceptions.
+ - [PYSIDE-1540] The performance of QPainter::drawPoints(QPolygon) has been
+ improved.
+
+****************************************************************************
+* Shiboken2 *
+****************************************************************************
+
+ - [PYSIDE-1529] Crashes when registering static fields have been fixed.