Elaborate on engine change
authorAlan Alpert <alan.alpert@nokia.com>
Mon, 23 Jan 2012 03:03:34 +0000 (13:03 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 27 Jan 2012 01:23:20 +0000 (02:23 +0100)
Change-Id: I962f292878e4a1c8a8502f36e59803956230b90d
Reviewed-by: Martin Jones <martin.jones@nokia.com>
doc/src/declarative/whatsnew.qdoc

index f9e1e77..49ef474 100644 (file)
@@ -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.