Skip to content

Commit

Permalink
rrr/1.5.20-release/ayalyshev/change-notes
Browse files Browse the repository at this point in the history
Update links in the plugin description

Update UTM for the kotlinlang link

Add change notes for 1.5.20


Co-authored-by: Anton Yalyshev <Anton.Yalyshev@jetbrains.com>
  • Loading branch information
2 people authored and Space committed Jun 21, 2021
1 parent 2ffcc16 commit dc8fa06
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 6 deletions.
28 changes: 25 additions & 3 deletions idea/resources-descriptors/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,40 @@
<description><![CDATA[
The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<br>
<a href="http://kotlinlang.org/docs/tutorials/getting-started.html">Getting Started in IntelliJ IDEA</a><br>
<a href="http://kotlinlang.org/docs/tutorials/kotlin-android.html">Getting Started in Android Studio</a><br>
<a href="https://kotlinlang.org/docs/home.html">Documentation</a><br>
<a href="https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw">YouTube channel</a><br>
<a href="http://slack.kotlinlang.org/">Public Slack</a><br>
<a href="https://youtrack.jetbrains.com/issues/KT">Issue tracker</a><br>
<a href="https://blog.jetbrains.com/kotlin/">Blog</a><br>
<a href="https://twitter.com/kotlin">Twitter</a><br>
<a href="https://kotl.in/issue">Issue tracker</a><br>
]]></description>
<version>@snapshot@</version>
<vendor url="http://www.jetbrains.com">JetBrains</vendor>

<idea-version since-build="202.1" until-build="202.*"/>

<change-notes><![CDATA[
<h3>1.5.20</h3>
<ul>
<li>String concatenation uses invokedynamic on JVM by default.</li>
<li>Annotations on function type parameters are emitted to the bytecode on JVM 1.8+.</li>
<li>Support calling Lombok-generated Java methods from Kotlin code in the same module.</li>
<li>Kotlin/Native: improved performance of `Array.copyInto` inside one array.</li>
<li>Kotlin/Native: opt-in export of KDoc comments to the generated Objective-C headers with the `-Xexport-kdoc` compiler option.</li>
<li>Experimental caching of annotation processors' classloaders.</li>
<li>Parallel compilation of Kotlin sources is controlled by `--parallel` Gradle property. The `kotlin.parallel.tasks.in.project` property is deprecated.</li>
<li>Aligned behavior of stdlib functions `isLowerCase`/`isUpperCase` and `digitToInt` across platforms.</li>
</ul>
For more details, see <a href="https://kotlinlang.org/docs/whatsnew1520.html?utm_source=ide&utm_medium=change-notes&utm_campaign=1-5-20-release">What’s New in Kotlin 1.5.20</a> and <a href="https://blog.jetbrains.com/kotlin/2021/06/kotlin-1-5-20-released/?utm_source=ide&utm_medium=change-notes&utm_campaign=1-5-20-release">this blog post</a>
<br><br>
<h3>1.5.10</h3>
Released: <b>May 24, 2021</b>
<br>
A bug fix release for Kotlin 1.5.0.
Learn more in the <a href="https://github.com/JetBrains/kotlin/releases/tag/v1.5.10/">changelog</a>.
<br><br>
<h3>1.5.0</h3>
Released: <b>May 5, 2021</b>
<ul>
<li><a href="https://kotlinlang.org/docs/whatsnew14.html?utm_source=product&utm_medium=link#new-jvm-ir-backend">JVM IR backend</a> by default.</li>
<li>New language features by default: inline value classes, sealed interfaces, and JVM records support.</li>
Expand Down
28 changes: 25 additions & 3 deletions idea/resources-descriptors/META-INF/plugin.xml.as42
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,40 @@
<description><![CDATA[
The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<br>
<a href="http://kotlinlang.org/docs/tutorials/getting-started.html">Getting Started in IntelliJ IDEA</a><br>
<a href="http://kotlinlang.org/docs/tutorials/kotlin-android.html">Getting Started in Android Studio</a><br>
<a href="https://kotlinlang.org/docs/home.html">Documentation</a><br>
<a href="https://www.youtube.com/channel/UCP7uiEZIqci43m22KDl0sNw">YouTube channel</a><br>
<a href="http://slack.kotlinlang.org/">Public Slack</a><br>
<a href="https://youtrack.jetbrains.com/issues/KT">Issue tracker</a><br>
<a href="https://blog.jetbrains.com/kotlin/">Blog</a><br>
<a href="https://twitter.com/kotlin">Twitter</a><br>
<a href="https://kotl.in/issue">Issue tracker</a><br>
]]></description>
<version>@snapshot@</version>
<vendor url="http://www.jetbrains.com">JetBrains</vendor>

<idea-version since-build="202.6397.94" until-build="202.*"/>

<change-notes><![CDATA[
<h3>1.5.20</h3>
<ul>
<li>String concatenation uses invokedynamic on JVM by default.</li>
<li>Annotations on function type parameters are emitted to the bytecode on JVM 1.8+.</li>
<li>Support calling Lombok-generated Java methods from Kotlin code in the same module.</li>
<li>Kotlin/Native: improved performance of `Array.copyInto` inside one array.</li>
<li>Kotlin/Native: opt-in export of KDoc comments to the generated Objective-C headers with the `-Xexport-kdoc` compiler option.</li>
<li>Experimental caching of annotation processors' classloaders.</li>
<li>Parallel compilation of Kotlin sources is controlled by `--parallel` Gradle property. The `kotlin.parallel.tasks.in.project` property is deprecated.</li>
<li>Aligned behavior of stdlib functions `isLowerCase`/`isUpperCase` and `digitToInt` across platforms.</li>
</ul>
For more details, see <a href="https://kotlinlang.org/docs/whatsnew1520.html?utm_source=ide&utm_medium=change-notes&utm_campaign=1-5-20-release">What’s New in Kotlin 1.5.20</a> and <a href="https://blog.jetbrains.com/kotlin/2021/06/kotlin-1-5-20-released/?utm_source=ide&utm_medium=change-notes&utm_campaign=1-5-20-release">this blog post</a>
<br><br>
<h3>1.5.10</h3>
Released: <b>May 24, 2021</b>
<br>
A bug fix release for Kotlin 1.5.0.
Learn more in the <a href="https://github.com/JetBrains/kotlin/releases/tag/v1.5.10/">changelog</a>.
<br><br>
<h3>1.5.0</h3>
Released: <b>May 5, 2021</b>
<ul>
<li><a href="https://kotlinlang.org/docs/whatsnew14.html?utm_source=product&utm_medium=link#new-jvm-ir-backend">JVM IR backend</a> by default.</li>
<li>New language features by default: inline value classes, sealed interfaces, and JVM records support.</li>
Expand Down

0 comments on commit dc8fa06

Please sign in to comment.