diff --git a/dist/changes-2.1.0 b/dist/changes-2.1.0
index 4a0062963cbab77a9bfa1ce332bf6e75ba5ddab6..72ff4110dcd191383cfb3de5d744c78cd751dfc4 100644
--- a/dist/changes-2.1.0
+++ b/dist/changes-2.1.0
@@ -19,6 +19,7 @@ C++ Support
    * Add new indenter along with a new option to control alignment indents
    * Add new %FILENAME%, %CLASS% placeholders to license template
    * Added searching for symbols that match a pattern to advanced find
+   * Made 'Follow symbol' for classes skip forward declarations
 
 Project Support
    * Added option for adding subprojects to projects in the New wizard
@@ -55,9 +56,12 @@ Help
 QML/JS Support
    * Added 'Find usages' action that works on ids, properties, functions and
      variables
+   * Improved 'Follow symbol' to also work on file imports and JS functions
+   * Completion: Sort completion items by relevance
+   * Completion: Automatically complete trailing : or .
    * Added new indenter
-   * Added experimental support for code completion of components defined
-     by plugins
+   * Added code folding for multiline comments
+   * Improved performance of the code model significantly
 
 FakeVim:
    * Fix indentation of first line after >iB and >ib, undo after cjaaa<Esc>, ~ etc