aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist/changes-2.6.04
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-2.6.0 b/dist/changes-2.6.0
index 18920d8c85..70ea4999b6 100644
--- a/dist/changes-2.6.0
+++ b/dist/changes-2.6.0
@@ -52,6 +52,10 @@ Debugging
* Made all views searchable (Ctrl+F)
Debugging QML/JS
+ * Merged the (experimental) QML/JS Inspector plugin into the Debugger:
+ * Added the QML object tree to the Expressions window
+ * Added Console window to evaluate JS expressions at runtime
+ * Added QML specific buttons to the toolbar
Analyzing Code