From 503700d60b4653b36335c576261e7bffd2728b69 Mon Sep 17 00:00:00 2001 From: Anton Yalyshev Date: Thu, 3 Jun 2021 20:03:02 +0300 Subject: [PATCH] Add change notes for 1.5.20-RC --- idea/resources-descriptors/META-INF/plugin.xml | 8 ++++++++ idea/resources-descriptors/META-INF/plugin.xml.as42 | 8 ++++++++ 2 files changed, 16 insertions(+) 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.