aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-5.15.4
diff options
context:
space:
mode:
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.