aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-09-27 09:07:07 +0200
committerEike Ziller <eike.ziller@qt.io>2018-09-27 09:07:07 +0200
commit6507db19e481a60441478588f47d6f6b8689923f (patch)
treeeab50de52aad3bc49510cbbc7c2415cea0d55da6 /dist
parent6f56feef29af3f6d6ff7bc490f825550d75d2a9c (diff)
parent8d609692b397f2fad522ec35a430f92bf691f44d (diff)
Merge remote-tracking branch 'origin/4.7' into 4.8
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.7.1.md6
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