Skip to content

Commit

Permalink
Add change notes for 1.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Yalyshev authored and Space committed Jul 7, 2021
1 parent d9dd7f6 commit f2b6728
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions idea/resources-descriptors/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ 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.5.21</h3>
A bug fix release for Kotlin 1.5.20. Learn more in the <a href="https://github.com/JetBrains/kotlin/releases/tag/v1.5.21">changelog</a>.
<br><br>
<h3>1.5.20</h3>
Released: <b>June 24, 2021</b>
<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>
Expand Down
4 changes: 4 additions & 0 deletions idea/resources-descriptors/META-INF/plugin.xml.as42
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ 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.5.21</h3>
A bug fix release for Kotlin 1.5.20. Learn more in the <a href="https://github.com/JetBrains/kotlin/releases/tag/v1.5.21">changelog</a>.
<br><br>
<h3>1.5.20</h3>
Released: <b>June 24, 2021</b>
<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>
Expand Down

0 comments on commit f2b6728

Please sign in to comment.