From 4d7f825deb8767f23ab2eb3bd1adddea8c9770bb Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Thu, 20 Sep 2018 09:33:43 +0200 Subject: [PATCH] More changelog Change-Id: I2de07e518e8be48afee271e5e4674ce2e7dd6d86 Reviewed-by: Leena Miettinen --- dist/changes-4.7.1.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/changes-4.7.1.md b/dist/changes-4.7.1.md index e8eddc27e6e..22487276175 100644 --- a/dist/changes-4.7.1.md +++ b/dist/changes-4.7.1.md @@ -25,9 +25,15 @@ C++ Support * Clang Code Model * Fixed include order for Clang headers +QML Support + +* Fixed that comments could break reformatting (QTCREATORBUG-21036) + Debugging * Fixed remote debugging command line argument (QTCREATORBUG-20928) +* Fixed environment for `Start and Debug External Application` + (QTCREATORBUG-20185) * GDB * Fixed GDB built-in pretty printer handling (QTCREATORBUG-20770) * CDB