Skip to content

Commit d80d915

Browse files
committed
Add Scala 3.6.2-RC3 changelog
1 parent 211ceaf commit d80d915

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

changelogs/3.6.2-RC2.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
17
# Backported fixes
28

39
- 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:
1117

1218
```
1319
4 Wojciech Mazur
14-
```s
20+
```

changelogs/3.6.2-RC3.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
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:
16+
17+
```
18+
5 Wojciech Mazur
19+
```

0 commit comments

Comments
 (0)