summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@qt.io>2024-03-20 17:36:54 +0100
committerAndy Nichols <nezticle@gmail.com>2024-03-20 18:12:19 +0100
commitb1ada5bd8d064d253465bff6438b8c0c5206f1c8 (patch)
tree00c45197883b1384f51108dc0306c7664d38d86c /doc
parent07dfdfac0326d7babab7070f87edde6acea58745 (diff)
Update What's New 6.7 page to include Qt Quick Timeline feature
Just a mention of the new BlendTrees submodule for Qt Quick Timline. This module is mostly for enabling tooling like Qt Design Studio and asset importing in Qt Quick 3D, but it is still new public API so it is nice to mention it is a new feature. Pick-to: 6.7 Change-Id: Ie0dc6605819640a97942522ddffa0192f3f88466 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/whatsnew/whatsnew67.qdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew67.qdoc b/doc/src/whatsnew/whatsnew67.qdoc
index 7937464d6..6df26c6bf 100644
--- a/doc/src/whatsnew/whatsnew67.qdoc
+++ b/doc/src/whatsnew/whatsnew67.qdoc
@@ -215,6 +215,12 @@
has support for a subset of what Qt SVG supports.
\endlist
+ \section2 Qt Quick Timeline Module
+ \list
+ \li The QtQuick.Timeline.BlendTrees sub-module adds new APIs to enable blending multiple
+ timeline animations.
+ \endlist
+
\section2 Qt Quick 3D Module
\list
\li QQuick3DRenderExtension is a new class for implementing application side rendering