aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-05-27 12:47:27 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-05-27 18:31:56 +0000
commit6cbee2bd8a1651b943dc28abb000b43308ebde26 (patch)
tree446e2b898458aed3a2a144f832d774bb6e9088ef
parentfc5c9b8fb0d4acedf582adacf9d454e5853ab3c3 (diff)
Add changelog for 6.1.1
Change-Id: I27778adabb8b7681b1a5155f2804429d238d3624 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit d942bba5e679ac3549ab54e2ade2f546dca39941) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--dist/changes-6.1.136
1 files changed, 36 insertions, 0 deletions
diff --git a/dist/changes-6.1.1 b/dist/changes-6.1.1
new file mode 100644
index 000000000..f673e8bbd
--- /dev/null
+++ b/dist/changes-6.1.1
@@ -0,0 +1,36 @@
+Qt for Python 6.1.1 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 *
+****************************************************************************
+
+ - A crash in QCustom3DVolume::setTextureData() has been fixed.
+ - Crashes in QClipboard.mimeData(), QTextCursor.currentList() and
+ QTextCursor.currentTable() have been fixed.
+ - The internal mechanism to create .pyi files was generalized into a
+ general usage tool.
+ - The Qt Designer plugin which was not working on macOS is now fixed.
+ - General improvement to examples and documentation.
+ - [PYSIDE-1019] __feature__: Support generation of modified .pyi files and fixed
+ other issues.
+ - [PYSIDE-1570] PySide6: Adapt QtMultimedia to current state
+ - [PYSIDE-1563] Fixed crashes when using the QImage(uchar *) data constructors
+
+****************************************************************************
+* Shiboken6 *
+****************************************************************************
+
+ - [PYSIDE-1338] An option to use global headers was included.