diff --git a/idea/resources-descriptors/META-INF/plugin.xml b/idea/resources-descriptors/META-INF/plugin.xml
index f5e9823bcb5..210e202dace 100644
--- a/idea/resources-descriptors/META-INF/plugin.xml
+++ b/idea/resources-descriptors/META-INF/plugin.xml
@@ -16,7 +16,17 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
1.5.20-M1
+
+ - String concatenation uses invokedynamic on JVM by default.
+ - Annotations on function type parameters are emitted to the bytecode on JVM 1.8+.
+ - Kotlin/Native: improved performance of Array.copyInto inside one array.
+ - Experimental caching of annotation processors' classloaders.
+
+ Learn more in the changelog.
+
1.5.0
+ Released: May 5, 2021
- JVM IR backend by default.
- New language features by default: inline value classes, sealed interfaces, and JVM records support.
diff --git a/idea/resources-descriptors/META-INF/plugin.xml.as42 b/idea/resources-descriptors/META-INF/plugin.xml.as42
index 29d04ac6f39..b366a65f16c 100644
--- a/idea/resources-descriptors/META-INF/plugin.xml.as42
+++ b/idea/resources-descriptors/META-INF/plugin.xml.as42
@@ -16,7 +16,17 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
1.5.20-M1
+
+ - String concatenation uses invokedynamic on JVM by default.
+ - Annotations on function type parameters are emitted to the bytecode on JVM 1.8+.
+ - Kotlin/Native: improved performance of Array.copyInto inside one array.
+ - Experimental caching of annotation processors' classloaders.
+
+ Learn more in the changelog.
+
1.5.0
+ Released: May 5, 2021
- JVM IR backend by default.
- New language features by default: inline value classes, sealed interfaces, and JVM records support.