Skip to content

Commit 6084a1f

Browse files
authored
feat: Kotlin 2.1.0-Beta2 EAP release details (#4488)
* feat: Kotlin 2.1.0-Beta2 EAP release details * feat: add Kotlin/Wasm pictures * fix: fix apostrophe sings * update: add missed Gradle updates * chore: peer review
1 parent 8e254ab commit 6084a1f

File tree

8 files changed

+317
-14
lines changed

8 files changed

+317
-14
lines changed
177 KB
Loading
81.3 KB
Loading
221 KB
Loading
281 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-Beta1" topic="whatsnew-eap.md"/>
28+
<toc-element toc-title="Kotlin 2.1.0-Beta2" 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-Beta1</strong>
52-
<p>Released: <strong>September 17, 2024</strong></p>
53-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v2.1.0-Beta1" target="_blank">Release on GitHub</a></p>
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>
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-Beta1">changelog</a> or <a href="whatsnew-eap.md">What's new in Kotlin 2.1.0-Beta1</a>.</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>
5858
</td>
5959
</tr>
6060
</table>

docs/topics/whatsnew-eap.md

Lines changed: 310 additions & 7 deletions
Large diffs are not rendered by default.

docs/v.list

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
<var name="kotlinVersion" value="2.0.21" type="string"/>
88

9-
<var name="kotlinEapVersion" value="2.1.0-Beta1" type="string"/>
9+
<var name="kotlinEapVersion" value="2.1.0-Beta2" type="string"/>
1010

1111
<var name="kotlinLatestUrl" value="https://github.com/JetBrains/kotlin/releases/tag/v2.0.21" type="string"/>
1212

1313
<var name="kotlinReleaseDate" value="October 10, 2024" type="string"/>
1414

15-
<var name="kotlinEapReleaseDate" value="September 17, 2024" type="string"/>
15+
<var name="kotlinEapReleaseDate" value="October 14, 2024" type="string"/>
1616

1717
<var name="coroutinesVersion" value="1.8.1" type="string"/>
1818

0 commit comments

Comments
 (0)