Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / doc / src / declarative / whatsnew.qdoc
index ef23d15..3121080 100644 (file)
@@ -1,8 +1,7 @@
 /****************************************************************************
 **
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/
 **
 ** This file is part of the documentation of the Qt Toolkit.
 **
@@ -21,6 +20,7 @@
 **
 **
 **
+**
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
@@ -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.
 
@@ -143,6 +143,8 @@ A new property type ("var") has been introduced which obsoletes "variant" proper
 Properties of this type are equivalent to regular JavaScript variables.  See the documentation
 on \l{QML Basic Types} for more information about "var" properties.
 
+New elements have been added for contructing paths: PathArc, PathCurve, PathSvg.
+
 \section2 QtQuick 1 is now a separate library and module
 
 Writing C++ applications using QtQuick 1 specific API, i.e. QDeclarativeView or QDeclarativeItem