You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/3.6.2-RC2.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,9 @@
1
+
> [!NOTE]
2
+
> Scala 3.6.2 would become the first official release for the Scala 3.6 series.
3
+
> Versions 3.6.0 (a broken release) and 3.6.1 (a hotfix release) should never be used. For more information, refer to the [Scala 3.6.0 Post Mortem blogpost](https://www.scala-lang.org/news/post-mortem-3.6.0.html)
4
+
>
5
+
> Scala 3.6.2 should effectively be regarded as "3.6.0" for all intents and purposes.
6
+
1
7
# Backported fixes
2
8
3
9
- Make context bounds for poly functions a standard feature [#22019](https://github.com/scala/scala3/pull/22019)
@@ -11,4 +17,4 @@ According to `git shortlog -sn --no-merges 3.6.2-RC1..3.6.2-RC2` these are:
> Scala 3.6.2 would become the first official release for the Scala 3.6 series.
3
+
> Versions 3.6.0 (a broken release) and 3.6.1 (a hotfix release) should never be used. For more information, refer to the [Scala 3.6.0 Post Mortem blogpost](https://www.scala-lang.org/news/post-mortem-3.6.0.html)
4
+
>
5
+
> Scala 3.6.2 should effectively be regarded as "3.6.0" for all intents and purposes.
6
+
7
+
# Backported fixes
8
+
9
+
- Make named tuples an experimental feature again [#22045](https://github.com/lampepfl/dotty/pull/22045)
10
+
11
+
# Contributors
12
+
13
+
Thank you to all the contributors who made this release possible 🎉
14
+
15
+
According to `git shortlog -sn --no-merges 3.6.2-RC2..3.6.2-RC3` these are:
0 commit comments