From 3e59adc7f3f20dc23c919eec4acd2ea583a00fdc Mon Sep 17 00:00:00 2001 From: Anton Yalyshev Date: Mon, 1 Feb 2021 19:03:47 +0300 Subject: [PATCH] Add change-notes for 1.4.30 release --- idea/resources-descriptors/META-INF/plugin.xml | 12 ++++++++++++ idea/resources-descriptors/META-INF/plugin.xml.201 | 12 ++++++++++++ idea/resources-descriptors/META-INF/plugin.xml.as41 | 12 ++++++++++++ idea/resources-descriptors/META-INF/plugin.xml.as42 | 12 ++++++++++++ 4 files changed, 48 insertions(+) diff --git a/idea/resources-descriptors/META-INF/plugin.xml b/idea/resources-descriptors/META-INF/plugin.xml index 8f7e0dbe79c..a1befba5ea8 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml +++ b/idea/resources-descriptors/META-INF/plugin.xml @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.4.30 +
    +
  • Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.
  • +
  • Kotlin/JVM: IR backend is now in Beta.
  • +
  • Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.
  • +
  • Kotlin/JS: prototype lazy initialization of top-level properties.
  • +
  • Support for Gradle configuration cache.
  • +
  • Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.
  • +
+ For more details, see What’s New in Kotlin 1.4.30 and this blog post. +

1.4.20

+ Released: November 23, 2020
  • Kotlin/JS: New project templates, improved Gradle plugin, experimental compilation with errors mode in the IR compiler.
  • Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.
  • diff --git a/idea/resources-descriptors/META-INF/plugin.xml.201 b/idea/resources-descriptors/META-INF/plugin.xml.201 index 47bfa2fd0ef..3f4d5a4777b 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml.201 +++ b/idea/resources-descriptors/META-INF/plugin.xml.201 @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.4.30 +
      +
    • Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.
    • +
    • Kotlin/JVM: IR backend is now in Beta.
    • +
    • Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.
    • +
    • Kotlin/JS: prototype lazy initialization of top-level properties.
    • +
    • Support for Gradle configuration cache.
    • +
    • Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.
    • +
    + For more details, see What’s New in Kotlin 1.4.30 and this blog post. +

    1.4.20

    + Released: November 23, 2020
    • Kotlin/JS: New project templates, improved Gradle plugin, experimental compilation with errors mode in the IR compiler.
    • Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.
    • diff --git a/idea/resources-descriptors/META-INF/plugin.xml.as41 b/idea/resources-descriptors/META-INF/plugin.xml.as41 index 285aa3ca3f6..1948bf388de 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml.as41 +++ b/idea/resources-descriptors/META-INF/plugin.xml.as41 @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.4.30 +
        +
      • Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.
      • +
      • Kotlin/JVM: IR backend is now in Beta.
      • +
      • Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.
      • +
      • Kotlin/JS: prototype lazy initialization of top-level properties.
      • +
      • Support for Gradle configuration cache.
      • +
      • Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.
      • +
      + For more details, see What’s New in Kotlin 1.4.30 and this blog post. +

      1.4.20

      + Released: November 23, 2020
      • Kotlin/JS: New project templates, improved Gradle plugin, experimental compilation with errors mode in the IR compiler.
      • Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.
      • diff --git a/idea/resources-descriptors/META-INF/plugin.xml.as42 b/idea/resources-descriptors/META-INF/plugin.xml.as42 index a7cce72296f..ffb67ecd6fd 100644 --- a/idea/resources-descriptors/META-INF/plugin.xml.as42 +++ b/idea/resources-descriptors/META-INF/plugin.xml.as42 @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio. 1.4.30 +
          +
        • Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.
        • +
        • Kotlin/JVM: IR backend is now in Beta.
        • +
        • Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.
        • +
        • Kotlin/JS: prototype lazy initialization of top-level properties.
        • +
        • Support for Gradle configuration cache.
        • +
        • Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.
        • +
        + For more details, see What’s New in Kotlin 1.4.30 and this blog post. +

        1.4.20

        + Released: November 23, 2020
        • Kotlin/JS: New project templates, improved Gradle plugin, experimental compilation with errors mode in the IR compiler.
        • Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.