From f2b67285b45667e91c0cdc30e69c4a84230f99a2 Mon Sep 17 00:00:00 2001 From: Anton Yalyshev Date: Wed, 7 Jul 2021 15:47:49 +0300 Subject: [PATCH] Add change notes for 1.5.21 --- idea/resources-descriptors/META-INF/plugin.xml | 4 ++++ idea/resources-descriptors/META-INF/plugin.xml.as42 | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/idea/resources-descriptors/META-INF/plugin.xml b/idea/resources-descriptors/META-INF/plugin.xml index 46f5d61920cb5..b0682dc05e738 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml +++ b/idea/resources-descriptors/META-INF/plugin.xml @@ -18,7 +18,11 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.5.21 + A bug fix release for Kotlin 1.5.20. Learn more in the changelog. +

1.5.20

+ Released: June 24, 2021
  • String concatenation uses invokedynamic on JVM by default.
  • Annotations on function type parameters are emitted to the bytecode on JVM 1.8+.
  • diff --git a/idea/resources-descriptors/META-INF/plugin.xml.as42 b/idea/resources-descriptors/META-INF/plugin.xml.as42 index 3d4f4ff7e8810..072ab8d8a10d4 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml.as42 +++ b/idea/resources-descriptors/META-INF/plugin.xml.as42 @@ -18,7 +18,11 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.5.21 + A bug fix release for Kotlin 1.5.20. Learn more in the changelog. +

    1.5.20

    + Released: June 24, 2021
    • String concatenation uses invokedynamic on JVM by default.
    • Annotations on function type parameters are emitted to the bytecode on JVM 1.8+.