aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/changelogs/changes-6.9.340
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/changelogs/changes-6.9.3 b/doc/changelogs/changes-6.9.3
new file mode 100644
index 000000000..b0f55fcfc
--- /dev/null
+++ b/doc/changelogs/changes-6.9.3
@@ -0,0 +1,40 @@
+Qt for Python 6.9.3 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-2308] type hints: The type annotation of the notify parameter of
+ QtCore.Property has been corrected.
+ - [PYSIDE-3047] type hints: The type annotations of QPolygon(F)'s
+ operator<< have been corrected.
+ - [PYSIDE-3048] type hints: The type annotations now contain enum values.
+ - [PYSIDE-3162] type hints: The 'from __future__ import annotations' have
+ been removed from the stub files.
+ - [PYSIDE-3163] type hints: The mypy comment has been removed from the
+ docstring.
+ - [PYSIDE-2206] Tye QtBluetooth/heartrate_game example has been updated.
+
+****************************************************************************
+* Shiboken6 *
+****************************************************************************
+
+ - [PYSIDE-1106] DocGenerator: Extracting documentation from C++ structs
+ has been fixed.
+ - [PYSIDE-3173] A crash when encountering UTF-8 encoding errors has been
+ changed to a fatal error.
+ - [PYSIDE-3175] A crash occurring when the typesystem's package attribute
+ is missing has been fixed.