summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/changes-4.1.1.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-4.1.1.md b/dist/changes-4.1.1.md
index 938843162b..096afd22f2 100644
--- a/dist/changes-4.1.1.md
+++ b/dist/changes-4.1.1.md
@@ -45,6 +45,8 @@ Debugging
* CDB
* Fixed display order of vectors in vectors (QTCREATORBUG-16813)
* Fixed display of QList contents (QTCREATORBUG-16750)
+* QML
+ * Fixed that expansion state was reset when stepping
QML Profiler
@@ -69,4 +71,12 @@ Android
iOS
+* Fixed simulator support with Xcode 8 (QTCREATORBUG-16942)
+ Known issue: Qt Creator is blocked until simulator finishes starting
+* Fixed that standard paths reported by QStandardPaths were wrong when
+ running on simulator (QTCREATORBUG-13655)
* Fixed QML debugging on device (QTCREATORBUG-15812)
+
+QNX
+
+* Fixed QML debugging (QTCREATORBUG-17208)