From 9389f745ff8697286bb36ff266eecb9df4f4ea5f Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 10 Nov 2016 11:27:58 +0100 Subject: [PATCH] Add missing change log entries Change-Id: I57a8792cc6dc9c03f682f6cd98ac640c6559e828 Reviewed-by: Leena Miettinen --- dist/changes-4.1.1.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dist/changes-4.1.1.md b/dist/changes-4.1.1.md index 938843162be..096afd22f29 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)