aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.7.0
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-2.7.0')
-rw-r--r--dist/changes-2.7.06
1 files changed, 4 insertions, 2 deletions
diff --git a/dist/changes-2.7.0 b/dist/changes-2.7.0
index f1224188fe..766733337e 100644
--- a/dist/changes-2.7.0
+++ b/dist/changes-2.7.0
@@ -137,8 +137,10 @@ QML/JS Support
* Fixed indentation in if condition and lambda expressions
(QTCREATORBUG-7243)
* Added persistent trie to store imports
- * Improved initial kit selection (QTCREATORBUG-8424)
- * Added detection of import type from main file (QTCREATORBUG-8358)
+ * Made sure default kit for new Qt Quick 2 UI project is Qt 5 based
+ (QTCREATORBUG-8424)
+ * Added detection of import type from main file to invoke QML Viewer when
+ previewing QML documents that import Qt Quick 1 (QTCREATORBUG-8358)
GLSL Support