aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@theqtcompany.com>2015-08-05 17:06:17 +0200
committerEike Ziller <eike.ziller@theqtcompany.com>2015-08-21 10:58:12 +0000
commit4c078873180c2cf356466f938701e97253af3ebe (patch)
treefc1045dbd82960cbb6294616be97f8b957b0b78b /dist
parente0594fc9b906a32f5c8ac70265490cf86044676f (diff)
Changes file update.
Change-Id: I04b8a69975d53e57e6b24d50305c3d52f3314ef0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-3.5.0.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/dist/changes-3.5.0.md b/dist/changes-3.5.0.md
index 04d7e8bca1..9647344e53 100644
--- a/dist/changes-3.5.0.md
+++ b/dist/changes-3.5.0.md
@@ -49,6 +49,8 @@ Editing
Project Management
* Fixed issues with restoring project tree state (QTCREATORBUG-14304)
+* Fixed crash when application output contains incomplete control
+ sequence (QTCREATORBUG-14720)
CMake Projects
@@ -66,6 +68,13 @@ QML-Only Projects (.qmlproject)
* Re-enabled the plugin by default
+Autotools Projects
+
+* Improved parsing of `CPPFLAGS`
+* Added support for line continuations
+* Added support for `top_srcdir`, `abs_top_srcdir`, `top_builddir` and
+ `abs_top_builddir`
+
Debugging
* Added dumper for `QJsonValue`, `QJsonObject`, `QJsonArray`, `QUuid`
@@ -74,6 +83,8 @@ Debugging
* Fixed display of `QHash` keys with value 0 (QTCREATORBUG-14451)
* Fixed variable expansion state in QML debugger
* Fixed display of members of returned values
+* Fixed that items in Locals and Expressions did not expand on first
+ click for QML (QTCREATORBUG-14210)
QML Profiler