aboutsummaryrefslogtreecommitdiffstats
path: root/doc/changelogs/changes-6.2.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelogs/changes-6.2.1')
-rw-r--r--doc/changelogs/changes-6.2.145
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/changelogs/changes-6.2.1 b/doc/changelogs/changes-6.2.1
new file mode 100644
index 000000000..227ac8120
--- /dev/null
+++ b/doc/changelogs/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