diff options
author | Eike Ziller <eike.ziller@qt.io> | 2018-09-27 09:07:07 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2018-09-27 09:07:07 +0200 |
commit | 6507db19e481a60441478588f47d6f6b8689923f (patch) | |
tree | eab50de52aad3bc49510cbbc7c2415cea0d55da6 /dist | |
parent | 6f56feef29af3f6d6ff7bc490f825550d75d2a9c (diff) | |
parent | 8d609692b397f2fad522ec35a430f92bf691f44d (diff) | |
download | qt-creator-6507db19e481a60441478588f47d6f6b8689923f.tar.gz |
Merge remote-tracking branch 'origin/4.7' into 4.8
Change-Id: Ia215af4ddad73053582284d3ce8d56b92dbbc8f3
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.1.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/changes-4.7.1.md b/dist/changes-4.7.1.md index e8eddc27e6..2248727617 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 |