aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2023-06-29 15:16:51 +0300
committerSimo Fält <simo.falt@qt.io>2023-06-29 15:16:51 +0300
commit643237181d15086816d38cdb17f18147c7ebcbd8 (patch)
treec2ab871bcba6a7b7ec6b65ceed246ff21ddaebb8 /dist
parent8d8e799cb7ab0bebe8f6dd4172848159eb3c8087 (diff)
parent0e70b038a6a777cf1001fd2fbf75336b6ddfa047 (diff)
Merge tag 'v5.15.10-lts' into tqtc/lts-5.15-opensourcev5.15.10-lts-lgpl
Qt For Python Release 5.15.10 Change-Id: Ie11dd2ac7278359128c19174cb4becd1cb5edbbe
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.15.1029
1 files changed, 29 insertions, 0 deletions
diff --git a/dist/changes-5.15.10 b/dist/changes-5.15.10
new file mode 100644
index 000000000..70e2ff69b
--- /dev/null
+++ b/dist/changes-5.15.10
@@ -0,0 +1,29 @@
+Qt for Python 5.5.10 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-1893] Error "Internal C++ object already deleted." when
+ using QWidget::nativeParentWidget() has been fixed.
+ - [PYSIDE-1939] A crash in QTextBlock.layout() has been fixed.
+
+****************************************************************************
+* Shiboken2 *
+****************************************************************************
+
+ - [PYSIDE-1933] Converters for all smart pointee base classes are now
+ generated.