From dafa49070d45ab6b8ccd1a80b0e05597599c8e80 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 27 Mar 2024 12:06:20 +0100 Subject: Update changelog 6.7.0 Pick-to: 6.7 Change-Id: I8791a1c733c27b309261f9e59e065e6ad497fb67 Reviewed-by: Christian Tismer --- doc/changelogs/changes-6.7.0 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/changelogs/changes-6.7.0 b/doc/changelogs/changes-6.7.0 index fafbd9e87..f9610072e 100644 --- a/doc/changelogs/changes-6.7.0 +++ b/doc/changelogs/changes-6.7.0 @@ -53,8 +53,9 @@ information about a particular change. - [PYSIDE-2206] The colorpaletteclient demo as well as the hellographs and simplerhiwidget examples have been added. - [PYSIDE-2215] Intersphinx support has been improved. + - [PYSIDE-2280] A type for os.PathLike type hints has been added. - [PYSIDE-2404] Application startup time has been significantly decreased - by registering the types on demand. The importing of numpy + by creating the types on demand. The importing of numpy has also been deferred since it caused quite some delay. - [PYSIDE-2432] A static create() function for decorated QML singletons has been added. @@ -85,6 +86,9 @@ information about a particular change. to decorate slots with those names (for example, "QRemoteObjectSourceLocation"). - [PYSIDE-2639] Segmentation fault with QLocale.system() has been fixed. + - [PYSIDE-2652] A bug when passing values of unsigned long long type + exceeding the long long maximum value to float + parameters has been fixed. - [QTBUG-119785] The Filesystemexplorer-example has been updated. **************************************************************************** -- cgit v1.2.3