aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-05-11 14:29:57 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-05-14 13:44:53 +0200
commit3b70ad460e8dec8d5ac70fa495f243be13bb0f3b (patch)
tree5175cab9182f3730fa523f2040828f6c1ee5fc16 /dist
parent2641a665fbcf1d0326bde6e4f610e775881f8430 (diff)
changelog for 5.15.4 LTS
Change-Id: Ibc0e138e42f2681630ada6c2c35cd6945c9acfd8 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'dist')
-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.