aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-10-22 10:10:37 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-10-22 15:46:30 +0200
commit3e466bd4b4b21e288c04da61c5d44f6f0288e0d4 (patch)
tree45c77e72584a60b949abb571d3cfe1a762065c96
parent6a9acbf1e94402161765e18e48f243b459379e77 (diff)
Add changelog 6.2.1
Pick-to: 6.2 Change-Id: I33c519a9b5bd0e3452d4209897bc91e7024a89ff Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--dist/changes-6.2.145
1 files changed, 45 insertions, 0 deletions
diff --git a/dist/changes-6.2.1 b/dist/changes-6.2.1
new file mode 100644
index 000000000..227ac8120
--- /dev/null
+++ b/dist/changes-6.2.1
@@ -0,0 +1,45 @@
+Qt for Python 6.2.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 *
+****************************************************************************
+
+ - [PYSIDE-610] Enable the SSL methods of QWebSockets
+ - [PYSIDE-841] Add a signals and slots tutorial
+ - [PYSIDE-841] Add examples: barchart, areachart, tab dialog, screenshot
+ relational table model, btscanner, rendercontrol_opengl,
+ and the 'adding' from the QML reference.
+ - [PYSIDE-1631] Add qmlRegister functions taking a library URL
+ - [PYSIDE-1673] Fix QObject.property() for QFlag types
+ - [PYSIDE-1674] Expose QVideoFrame::bits(int)
+ - [PYSIDE-1681] Fix hang in QQmlApplicationEngine functions with message
+ handler
+ - [PYSIDE-1685] Fix constructing a QFont from a family string
+ - [PYSIDE-1691] Add QCborTag
+
+****************************************************************************
+* Shiboken6 *
+****************************************************************************
+
+ - [PYSIDE-656] Overridden virtual methods are now always correctly
+ finalized, regardless of errors.
+ - [PYSIDE-1669] An option to disable implicit conversions has been added.
+ - [PYSIDE-1605] Getters returning containers by reference can now be modified
+ to return an opaque container by modifying the return type
+ accordingly.
+ - [PYSIDE-1660] Document builtin custom types
+ - [PYSIDE-1686] Adapt to LLVM 12.01
+ - [PYSIDE-1691] Handle enums without values