diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in
index d4ded035c..b7de0c904 100644
--- a/data/code.metainfo.xml.in
+++ b/data/code.metainfo.xml.in
@@ -66,6 +66,28 @@
contact_AT_elementary.io
+
+
+ Improvements:
+
+ - When opening a file in Code from the commandline or another app, a line/char position or selection range may be specified
+
+ Minor updates:
+
+ - "Find in Folder" now works for all folders and text files, not only ".vala" files
+ - "Follow System Style" is now fully respected
+ - The "--new-tab" commandline option now works
+ - Updated translations
+
+
+
+ Expose "Go To Line" feature externally
+ Searching within a folder should ignore global filters
+ System theme change not fully respected if Code already running
+ "new-tab" command line option not working
+
+
+
Improvements: