aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2025-09-17 09:22:08 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2025-09-17 18:58:32 +0000
commit966c5672380ac8b0b711e03e9d9761c0f8489c97 (patch)
tree34c0cfe100e97f02d6207ddfe982a6d47cca2a1f
parenta27dd40b5035ea3452b7cb70852e8f07f9584499 (diff)
Add changelog 6.9.36.9
Change-Id: Ifcdc168afbac072f22455582ac06d57f1b5031a1 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> (cherry picked from commit 444a9fdea61b3dc2af812261ba6bde8958192176) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 16f299d6b53a077bcc8df165f11a110f4ef6aa22)
-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.