aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-3.5.0.md
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2015-07-08 09:06:06 +0200
committerhjk <hjk@theqtcompany.com>2015-07-08 09:24:36 +0000
commit17d91fc1c399bd88fc63920ff135d400d3262faf (patch)
tree9b88b677484d181433b8667a27b097d71a6b473e /dist/changes-3.5.0.md
parentce96a8b80ade646b77594deaee893eab6ab92897 (diff)
Add some Debugger, FakeVim and BareMetal related ChangeLog entries
Change-Id: Ifb69878f606f3438d221f5c479ae268d05ae78c0 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
Diffstat (limited to 'dist/changes-3.5.0.md')
-rw-r--r--dist/changes-3.5.0.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/dist/changes-3.5.0.md b/dist/changes-3.5.0.md
index df15289ee1..9b092d7194 100644
--- a/dist/changes-3.5.0.md
+++ b/dist/changes-3.5.0.md
@@ -66,6 +66,15 @@ QML-Only Projects (.qmlproject)
* Re-enabled the plugin by default
+Debugging
+
+* Added dumper for `QJsonValue`, `QJsonObject`, `QJsonArray`, `QUuid`
+* Added basic support for GDB's fork-follows-child
+* Improved support for GDB 7.9 and LLDB 3.7
+* Fixed display of `QHash` keys with value 0 (QTCREATORBUG-14451)
+* Fixed variable expansion state in QML debugger
+* Fixed display of members of returned values
+
QML Profiler
* Removed support for V8
@@ -114,6 +123,7 @@ Version Control Systems
FakeVim
* Added support for `C-r{register}`
+* Added support for remapping shortcuts
Todo
@@ -168,4 +178,8 @@ Remote Linux
* Added support for ECDH key exchange for SSH connections
(QTCREATORBUG-14025)
+BareMetal
+
+* Fixed processing of additional OpenOCD arguments
+
Credits for these changes go to: