diff options
author | Friedemann Kleint <[email protected]> | 2025-05-09 10:15:29 +0200 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2025-05-16 09:30:30 +0200 |
commit | f18e3a36b605ed08dab838b27460915dd18cd450 (patch) | |
tree | 730edf1231b2e164b7c1e36cf03f8d7a8378ef46 | |
parent | 16e326d25282698aab0d5447ba64151576583b88 (diff) |
Add changelog 6.9.1
Pick-to: 6.9
Change-Id: I70ce0113dcbfcfa5e9849cd0fd112246f8de86c3
Reviewed-by: Shyamnath Premnadh <[email protected]>
-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. |