diff options
Diffstat (limited to 'doc/changelogs/changes-6.9.1')
-rw-r--r-- | doc/changelogs/changes-6.9.1 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/changelogs/changes-6.9.1 b/doc/changelogs/changes-6.9.1 new file mode 100644 index 000000000..22849e62c --- /dev/null +++ b/doc/changelogs/changes-6.9.1 @@ -0,0 +1,56 @@ +Qt for Python 6.9.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-3052] class QMessageLogger has been added for handling debug, + info, warning, critical, and fatal messages, + including support for QLoggingCategory. + - [PYSIDE-3012] type hints: The type signature for the Property class + has been fixed. + - [PYSIDE-3021] type-hints: The QMessagebox annotations has been fixed. + - [PYSIDE-3029] type-hints: The hints for properties on __init__ functions + has been fixed. + - [PYSIDE-3050] type hints: Type signature for + QProgressDialog.setCancelButton has been fixed. + - [PYSIDE-3055] type hints: Type signature for QTabBar.setTabButton has + been fixed. + - [PYSIDE-3056] type hints: Type signature for qtTrId has been fixed. + - [PYSIDE-3057] type hints: Type signature for QTreeWidget.setItemWidget + has been fixed. + - [PYSIDE-3058] type hints: Return value for QTreeWidget.topLevelItem and + QTreeWidget.takeTopLevelItem has been fixed. + - [PYSIDE-3059] type hints: The type signature for QObject class has been + fixed. + - [PYSIDE-3061] The building of .pyi files in debug mode on Windows has + been fixed. + - [PYSIDE-3067] A crash when entering a Qt message handler with a Python + error set has been fixed. + - [PYSIDE-3069] A crash retrieving a QGraphicsProxyObject from a QVariant + has been fixed. + - [PYSIDE-3087] The dependency of pyside6-project on tomlkit has been + removed. + - [PYSIDE-3089] An error in pyside6-metaobjectdump when encountering + @Slot(result=None) has been fixed. + +**************************************************************************** +* Shiboken6 * +**************************************************************************** + + - [PYSIDE-3081] A bug in the clang parser causing errors when parsing a + lambda contained in a function parameter default value has + been fixed. |