aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2012-01-23 13:03:34 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-27 02:23:20 +0100
commit3a03373ad29ee3f66878e008eb7f56156cbbd06f (patch)
tree579feda2e9612cec6ec749f36288d7d696b59e83 /doc/src
parenta15e6415e44f113414eab17beaafd01b06ce4e3d (diff)
Elaborate on engine change
Change-Id: I962f292878e4a1c8a8502f36e59803956230b90d Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/declarative/whatsnew.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/whatsnew.qdoc b/doc/src/declarative/whatsnew.qdoc
index f9e1e77877..49ef474a67 100644
--- a/doc/src/declarative/whatsnew.qdoc
+++ b/doc/src/declarative/whatsnew.qdoc
@@ -48,7 +48,7 @@ classes replace their equivalents in QtQuick 1:
\section2 QML Engine/Language Improvements
-JS engine changed to V8.
+JS engine changed to V8. For most QML users this should not make a visible difference beyond performance improvements, however a lot of undefined behavior semantics may have changed as well. As always, it is recommended not to rely on undefined behavior.
Parser and compiler optimizations.