Skip to content

Commit 263f279

Browse files
AlejandraPedrozadanil-pavlovkoshachy
authored
feat: 2.1.0-RC release details (#4519)
* 2.1.0-RC release details This PR adds 2.1.0-RC release details: update eap.md, kr.tee, and v.list * feat: non-local break and continue (#4491) * feat: new sections for RC1 * chore: img for global warnings * feat: update the what's new with new features --------- Co-authored-by: Danil Pavlov <[email protected]> Co-authored-by: Andrey Polyakov <[email protected]>
1 parent 90842b0 commit 263f279

File tree

5 files changed

+445
-133
lines changed

5 files changed

+445
-133
lines changed
113 KB
Loading

docs/kr.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<toc-element toc-title="What's new in Kotlin">
2626
<toc-element toc-title="Kotlin 2.0.20" accepts-web-file-names="whatsnew.html" topic="whatsnew2020.md"/>
2727
<toc-element toc-title="Kotlin 2.0.0" topic="whatsnew20.md"/>
28-
<toc-element toc-title="Kotlin 2.1.0-Beta2" topic="whatsnew-eap.md"/>
28+
<toc-element toc-title="Kotlin 2.1.0-RC" topic="whatsnew-eap.md"/>
2929
<toc-element toc-title="Earlier versions">
3030
<toc-element toc-title="Kotlin 1.9.20" topic="whatsnew1920.md"/>
3131
<toc-element toc-title="Kotlin 1.9.0" topic="whatsnew19.md"/>

docs/topics/eap.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ check [our instructions on how to configure your build to support this version](
4848
<th>Build highlights</th>
4949
</tr>
5050
<tr>
51-
<td><strong>2.1.0-Beta2</strong>
52-
<p>Released: <strong>October 14, 2024</strong></p>
53-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.0-Beta2" target="_blank">Release on GitHub</a></p>
51+
<td><strong>2.1.0-RC</strong>
52+
<p>Released: <strong>November 4, 2024</strong></p>
53+
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.0-RC" target="_blank">Release on GitHub</a></p>
5454
</td>
5555
<td>
5656
<p>A language release with previews of new features and tooling updates.</p>
57-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.0-Beta2">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.1.0-Beta2</a>.</p>
57+
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.0-RC">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.1.0-RC</a>.</p>
5858
</td>
5959
</tr>
6060
</table>

0 commit comments

Comments
 (0)