summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-11-10 11:27:58 +0100
committerEike Ziller <eike.ziller@qt.io>2016-11-11 10:32:12 +0000
commit9389f745ff8697286bb36ff266eecb9df4f4ea5f (patch)
treebbcc37be91031af3e399040fe00ee6107e72e28a
parentd1c2a841afdb06fc158f6aec5d3ccfa22fbd7af0 (diff)
downloadqt-creator-9389f745ff8697286bb36ff266eecb9df4f4ea5f.tar.gz
Add missing change log entries
Change-Id: I57a8792cc6dc9c03f682f6cd98ac640c6559e828 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-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)