aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-03-27 12:06:20 +0100
committerChristian Tismer <tismer@stackless.com>2024-03-27 14:28:49 +0100
commitdafa49070d45ab6b8ccd1a80b0e05597599c8e80 (patch)
treea6000b222da333e6d22132d2e4e642ab8553e331
parentbb819c5352d1677d2f148f3cda5ab3cbdf65dccf (diff)
Update changelog 6.7.0
Pick-to: 6.7 Change-Id: I8791a1c733c27b309261f9e59e065e6ad497fb67 Reviewed-by: Christian Tismer <tismer@stackless.com>
-rw-r--r--doc/changelogs/changes-6.7.06
1 files changed, 5 insertions, 1 deletions
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.
****************************************************************************