aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-11-04 08:33:14 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-11-04 16:13:20 +0100
commit92d224a798c3dbf9123d267c9407bb97c161a34e (patch)
tree4801a4853ffd79989ed42c526132af280db47873
parentbe4e09c4fbda0844f16f2f064e5352f8eb1b60f0 (diff)
Add changelog 6.8.1
Pick-to: 6.8 Change-Id: Id92ec75bd60c30f701a7beb34e2298b1c6ba5ce4 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--doc/changelogs/changes-6.8.146
1 files changed, 46 insertions, 0 deletions
diff --git a/doc/changelogs/changes-6.8.1 b/doc/changelogs/changes-6.8.1
new file mode 100644
index 000000000..ac50ac059
--- /dev/null
+++ b/doc/changelogs/changes-6.8.1
@@ -0,0 +1,46 @@
+Qt for Python 6.8.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-1106] Documentation: Inner classes are now shown nested
+ into their outer classes for referencing to work correctly.
+ - [PYSIDE-2689] Documentation: A workaround has been made to fix the search
+ context of class pages.
+ - [PYSIDE-1612] Deployment: The bundling of QML files has been improved
+ by using nuitka's 'include-data-dir' command line option.
+ - [PYSIDE-2206] The OSM-buildings demo (maps part) has been added.
+ - [PYSIDE-2211] Type hints: Errors resulting from inconsistencies
+ between binary operators and their corresponding
+ in-place operators have been fixed.
+ - [PYSIDE-2751] Support for Python 3.13 has been added.
+ - [PYSIDE-2846] Type hints: mypy support has been greatly improved
+ and the .pyi files are now tested.
+ - [PYSIDE-2884] Type hints: typing.Callable has been fixed to include the
+ parameters.
+ - [PYSIDE-2886] Type hints: Multiple signatures and Union expressions
+ have been fixed.
+ - [PYSIDE-2891] An issue affecting 32bit builds has been fixed.
+ - [PYSIDE-2893] The installation of the module doc snippet files has
+ been fixed.
+ - [PYSIDE-2895] PySide's __init__.py no longer contains
+ build-directory-dependent code and PySide6.__all__ has been
+ fixed to again work.
+ - [PYSIDE-2901] Documentation: Tutorials and reference pages
+ related to Signal and Slots have been improved.
+ - [PYSIDE-2903] Type hints: Duplicated occurrences of '#' in the pyi type
+ specifications causing errors have been fixed.