diff --git a/idea/resources-descriptors/META-INF/plugin.xml b/idea/resources-descriptors/META-INF/plugin.xml
index d02d993e18d..39c8a4717a9 100644
--- a/idea/resources-descriptors/META-INF/plugin.xml
+++ b/idea/resources-descriptors/META-INF/plugin.xml
@@ -16,6 +16,14 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
1.5.20-RC
+
+ - Gradle parallel compilation is enabled by default. The `kotlin.parallel.tasks.in.project` property is deprecated.
+ - Ability to set the JDK version for the compilation in the Gradle build script.
+ - Aligned behavior of stdlib functions `isLowerCase`/`isUpperCase` and `digitToInt` across platforms.
+
+ Learn more in the changelog.
+
1.5.20-M1
- String concatenation uses invokedynamic on JVM by default.
diff --git a/idea/resources-descriptors/META-INF/plugin.xml.as42 b/idea/resources-descriptors/META-INF/plugin.xml.as42
index b366a65f16c..bec8dc10b89 100644
--- a/idea/resources-descriptors/META-INF/plugin.xml.as42
+++ b/idea/resources-descriptors/META-INF/plugin.xml.as42
@@ -16,6 +16,14 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
1.5.20-RC
+
+ - Gradle parallel compilation is enabled by default. The `kotlin.parallel.tasks.in.project` property is deprecated.
+ - Ability to set the JDK version for the compilation in the Gradle build script.
+ - Aligned behavior of stdlib functions `isLowerCase`/`isUpperCase` and `digitToInt` across platforms.
+
+ Learn more in the changelog.
+
1.5.20-M1
- String concatenation uses invokedynamic on JVM by default.