aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2025-01-08 14:53:22 +0100
committerFriedemann Kleint <[email protected]>2025-01-20 17:33:41 +0100
commitfd36a21c270a531959d233ebf11cca880bd0b3f3 (patch)
treef4aa598d74df94263fe7fa75a8dd9eb7fe41852e
parentc22723e43be912f14c4f4e5d6530d62b4476e957 (diff)
Add changelog 6.8.2
Pick-to: 6.8 Change-Id: Ie7c4020d79395f86596e8946c1cf80d20f4c8376 Reviewed-by: Cristian Maureira-Fredes <[email protected]>
-rw-r--r--doc/changelogs/changes-6.8.254
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/changelogs/changes-6.8.2 b/doc/changelogs/changes-6.8.2
new file mode 100644
index 000000000..6a8eb622c
--- /dev/null
+++ b/doc/changelogs/changes-6.8.2
@@ -0,0 +1,54 @@
+Qt for Python 6.8.2 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-487] Some missing bindings were added.
+ - [PYSIDE-841] The simple bar graph (QtGraphs) and zoomlinechart (QtCharts)
+ examples have been added.
+ - [PYSIDE-1106] Documentation: A number of missing documentation pages has
+ been added. The module pages were updated and improved, now
+ showing the QML types more prominently. Parameter names and
+ documentation of global and/or added functions have been
+ added.
+ - [PYSIDE-1612] Deployment: Development folders are no longer included in the
+ deployed executable. A bug parsing "from . import x" has been
+ fixed. .webp files are now supported. Nuitka has been upgraded
+ to 2.5.1. Non-existent plugins are now disregarded.
+ - [PYSIDE-1612] Android Deployment: The Android NDK is now automatically
+ downloaded.
+ - [PYSIDE-1735] Examples and tests have been changed to use fully qualified
+ enumerations.
+ - [PYSIDE-2624] Type hints: Positional parameters are now used according to
+ PEP 570.
+ - [PYSIDE-2846] Type hints: Properties in constructors are now supported
+ (including snake_case). Empty enums have been fixed for
+ mypy 1.14.
+ - [PYSIDE-2846] A crash related to inner classes in Qt3DRender has been fixed.
+ - [PYSIDE-2936] A crash using QDBusUnixFileDescriptor in
+ QDBusAbstractInterface::call() has been fixed.
+ - [PYSIDE-2939] Type hints: The heuristic for ambiguous signature removal
+ has been fixed.
+ - [PYSIDE-2941] Type hints: Some optional return annotations have been fixed.
+ - [PYSIDE-2946] A crash registering smart pointer types conversions of class
+ hierarchies has been fixed.
+
+****************************************************************************
+* Shiboken6 *
+****************************************************************************
+
+ - [PYSIDE-2701] The generated code has been streamlined.