Skip to content

Commit

Permalink
Add change-notes for 1.4.30 release
Browse files Browse the repository at this point in the history
(cherry picked from commit 3e59adc)
  • Loading branch information
Anton Yalyshev committed Feb 1, 2021
1 parent 2d8c18b commit fd948c0
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
12 changes: 12 additions & 0 deletions idea/resources-descriptors/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<idea-version since-build="202.1" until-build="202.*"/>

<change-notes><![CDATA[
<h3>1.4.30</h3>
<ul>
<li>Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.</li>
<li>Kotlin/JVM: IR backend is now in Beta.</li>
<li>Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.</li>
<li>Kotlin/JS: prototype lazy initialization of top-level properties.</li>
<li>Support for Gradle configuration cache.</li>
<li>Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.</li>
</ul>
For more details, see <a href="https://kotlinlang.org/docs/reference/whatsnew1430.html?utm_source=product&utm_medium=link">What’s New in Kotlin 1.4.30</a> and <a href="http://blog.jetbrains.com/kotlin/2021/01/1-4-30-is-released-with-a-new-jvm-backend-and-language-and-multiplatform-features/?utm_source=product&utm_medium=link">this blog post</a>.
<br><br>
<h3>1.4.20</h3>
Released: <b>November 23, 2020</b>
<ul>
<li>Kotlin/JS: New project templates, improved Gradle plugin, experimental <b>compilation with errors mode</b> in the IR compiler.</li>
<li>Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.</li>
Expand Down
12 changes: 12 additions & 0 deletions idea/resources-descriptors/META-INF/plugin.xml.201
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<idea-version since-build="201.7223.91" until-build="201.*"/>

<change-notes><![CDATA[
<h3>1.4.30</h3>
<ul>
<li>Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.</li>
<li>Kotlin/JVM: IR backend is now in Beta.</li>
<li>Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.</li>
<li>Kotlin/JS: prototype lazy initialization of top-level properties.</li>
<li>Support for Gradle configuration cache.</li>
<li>Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.</li>
</ul>
For more details, see <a href="https://kotlinlang.org/docs/reference/whatsnew1430.html?utm_source=product&utm_medium=link">What’s New in Kotlin 1.4.30</a> and <a href="http://blog.jetbrains.com/kotlin/2021/01/1-4-30-is-released-with-a-new-jvm-backend-and-language-and-multiplatform-features/?utm_source=product&utm_medium=link">this blog post</a>.
<br><br>
<h3>1.4.20</h3>
Released: <b>November 23, 2020</b>
<ul>
<li>Kotlin/JS: New project templates, improved Gradle plugin, experimental <b>compilation with errors mode</b> in the IR compiler.</li>
<li>Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.</li>
Expand Down
12 changes: 12 additions & 0 deletions idea/resources-descriptors/META-INF/plugin.xml.as41
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<idea-version since-build="201.7223.91" until-build="201.*"/>

<change-notes><![CDATA[
<h3>1.4.30</h3>
<ul>
<li>Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.</li>
<li>Kotlin/JVM: IR backend is now in Beta.</li>
<li>Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.</li>
<li>Kotlin/JS: prototype lazy initialization of top-level properties.</li>
<li>Support for Gradle configuration cache.</li>
<li>Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.</li>
</ul>
For more details, see <a href="https://kotlinlang.org/docs/reference/whatsnew1430.html?utm_source=product&utm_medium=link">What’s New in Kotlin 1.4.30</a> and <a href="http://blog.jetbrains.com/kotlin/2021/01/1-4-30-is-released-with-a-new-jvm-backend-and-language-and-multiplatform-features/?utm_source=product&utm_medium=link">this blog post</a>.
<br><br>
<h3>1.4.20</h3>
Released: <b>November 23, 2020</b>
<ul>
<li>Kotlin/JS: New project templates, improved Gradle plugin, experimental <b>compilation with errors mode</b> in the IR compiler.</li>
<li>Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.</li>
Expand Down
12 changes: 12 additions & 0 deletions idea/resources-descriptors/META-INF/plugin.xml.as42
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,19 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<idea-version since-build="202.6397.94" until-build="202.*"/>

<change-notes><![CDATA[
<h3>1.4.30</h3>
<ul>
<li>Preview of new language features: JVM records support, sealed interfaces, and stable inline classes.</li>
<li>Kotlin/JVM: IR backend is now in Beta.</li>
<li>Kotlin/Native: performance improvements, new `watchosX64` simulator target, support for Xcode 12.2 libraries.</li>
<li>Kotlin/JS: prototype lazy initialization of top-level properties.</li>
<li>Support for Gradle configuration cache.</li>
<li>Standard library API improvements: locale-agnostic API for upper/lowercasing text and clear Char-to-code and Char-to-digit conversions.</li>
</ul>
For more details, see <a href="https://kotlinlang.org/docs/reference/whatsnew1430.html?utm_source=product&utm_medium=link">What’s New in Kotlin 1.4.30</a> and <a href="http://blog.jetbrains.com/kotlin/2021/01/1-4-30-is-released-with-a-new-jvm-backend-and-language-and-multiplatform-features/?utm_source=product&utm_medium=link">this blog post</a>.
<br><br>
<h3>1.4.20</h3>
Released: <b>November 23, 2020</b>
<ul>
<li>Kotlin/JS: New project templates, improved Gradle plugin, experimental <b>compilation with errors mode</b> in the IR compiler.</li>
<li>Kotlin/Native: New escape analysis mechanism, wrapping of Objective-C exceptions, various functional and performance improvements.</li>
Expand Down

0 comments on commit fd948c0

Please sign in to comment.