aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-03-27 12:06:20 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-27 14:53:02 +0000
commit9c720f3df53e2b5341f020df83ac44b7cba30c01 (patch)
treead3dce8a61f929f20cd7239fb5bb503ff6bd4cb9
parenteea21d0fe0ab8f77fc2e82bacf532522d9193f68 (diff)
Update changelog 6.7.0
Change-Id: I8791a1c733c27b309261f9e59e065e6ad497fb67 Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit dafa49070d45ab6b8ccd1a80b0e05597599c8e80) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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.
****************************************************************************