diff --git a/dist/changes-2.6.0 b/dist/changes-2.6.0
index 18920d8c85d509ad5f047ee3c5044c8d8f18c194..70ea4999b64c26e80a6a5845020a56457fc70b2c 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