From 3e466bd4b4b21e288c04da61c5d44f6f0288e0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Fri, 22 Oct 2021 10:10:37 +0200 Subject: Add changelog 6.2.1 Pick-to: 6.2 Change-Id: I33c519a9b5bd0e3452d4209897bc91e7024a89ff Reviewed-by: Friedemann Kleint --- dist/changes-6.2.1 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 dist/changes-6.2.1 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 -- cgit v1.2.3