Skip to content

Commit b8b298e

Browse files
feat: Kotlin 2.2.0-RC release details and What's new (#4844)
* This PR adds release details and What's new for Kotlin 2.2.0-RC * chore: rephrase compiler option Co-authored-by: Danil Pavlov <danil.pavlov@jetbrains.com> * Andrey review * chore: fix code sample * chore: rephrase a sentence --------- Co-authored-by: Danil Pavlov <danil.pavlov@jetbrains.com>
1 parent 59a6282 commit b8b298e

File tree

5 files changed

+425
-16
lines changed

5 files changed

+425
-16
lines changed
Loading

docs/kr.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<toc-element toc-title="What's new in Kotlin">
3535
<toc-element toc-title="Kotlin 2.1.20" accepts-web-file-names="whatsnew.html" topic="whatsnew2120.md"/>
3636
<toc-element toc-title="Kotlin 2.1.0" topic="whatsnew21.md"/>
37-
<toc-element toc-title="Kotlin 2.2.0-Beta2" topic="whatsnew-eap.md"/>
37+
<toc-element toc-title="Kotlin 2.2.0-RC" topic="whatsnew-eap.md"/>
3838
<toc-element toc-title="Earlier versions">
3939
<toc-element toc-title="Kotlin 2.0.20" topic="whatsnew2020.md"/>
4040
<toc-element toc-title="Kotlin 2.0.0" topic="whatsnew20.md"/>

docs/topics/eap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ In this channel, you can also get notifications about new EAP builds.
5454
<th>Build highlights</th>
5555
</tr>
5656
<tr>
57-
<td><strong>2.2.0-Beta2</strong>
58-
<p>Released: <strong>April 30, 2025</strong></p>
59-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-Beta2" target="_blank">Release on GitHub</a></p>
57+
<td><strong>2.2.0-RC</strong>
58+
<p>Released: <strong>May 16, 2025</strong></p>
59+
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-RC" target="_blank">Release on GitHub</a></p>
6060
</td>
6161
<td>
6262
<p>A language release with previews of new features and tooling updates.</p>
63-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-Beta2">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.0-Beta2</a>.</p>
63+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.2.0-RC">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.2.0-RC</a>.</p>
6464
</td>
6565
</tr>
6666
</table>

0 commit comments

Comments
 (0)