diff --git a/dist/changes-2.0.0 b/dist/changes-2.0.0
index ff7b04a38a3dcd7b5d05de0f09346a1802052d67..fbdc26d430584634e1dd7553a81cf448f4bba203 100644
--- a/dist/changes-2.0.0
+++ b/dist/changes-2.0.0
@@ -17,6 +17,7 @@ General
      of Qt creator
    * Added option to set interface language explicitly, overriding the locale
      setting
+   * New "Design" mode for visual editors (.ui & .qml files)
 
 Editing
    * Text based search and replace in multiple files
@@ -55,6 +56,13 @@ QML/JS Support
   * Extended code navigation and completion
   * Added initial semantic checks
 
+  * New qml based .qmlproject file format (replaces old format)
+
+  * New QmlDesigner
+     * Allows visual manipulation of .qml files
+     * Supports changing top-level states
+     * Integrates tighly with text editor, e.g. shared history, navigation facilities ...
+
 Platform Specific
 
 Mac