aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.7.0
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@digia.com>2013-02-26 10:08:46 +0100
committerKai Koehne <kai.koehne@digia.com>2013-02-26 10:16:05 +0100
commit9191363eb63a6d90bbc8e73484062469af6d2de1 (patch)
tree8da68f415a30ed79f4cf5fe4e9ef5fdef1d0e74d /dist/changes-2.7.0
parentb9a4cac0b3eee0caa49a1cd3528dd4ef2ceec9db (diff)
Doc: add information about QML changes to the change log
So that users don't have to read the bug reports to understand what was changed. Change-Id: I52020ebdbe492e8278fcf2b5f5bdbedb89c3f275 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
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