Skip to content

Commit 1cb1d21

Browse files
committed
Add changelog for 3.8.0-RC2
Signed-off-by: Wojciech Mazur <wmazur@virtuslab.com>
1 parent a5620ed commit 1cb1d21

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

changelogs/3.8.0-RC2.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Backported chnages
2+
3+
- Upgrade ASM to 9.9 for JDK 26 support [#24430](https://github.com/scala/scala3/pull/24430)
4+
- Bump Scala CLI to 1.10.1 (was 1.10.0) [#24448](https://github.com/scala/scala3/pull/24448)
5+
- Add missing `-language:experimental.*` settings [#24513](https://github.com/scala/scala3/pull/24513)
6+
- Indicate deprecated option aliases [#24359](https://github.com/scala/scala3/pull/24359)
7+
- Fix #24456: Cleanup the info of a Bind symbol in posttyper [#24490](https://github.com/scala/scala3/pull/24490)
8+
- Ignore selection prototypes when typing type applications [#24489](https://github.com/scala/scala3/pull/24489)
9+
- Revert "do not patch the implicit scope of `scala.Unit` in Scala.js" [#24475](https://github.com/scala/scala3/pull/24475)
10+
- CheckUnused examines type of Apply [#24465](https://github.com/scala/scala3/pull/24465)
11+
- Have the correct properties when testing Scala.js [#24463](https://github.com/scala/scala3/pull/24463)
12+
- Make Java defined functions nullary when we override them [#24461](https://github.com/scala/scala3/pull/24461)
13+
- Add missing mapSourceURI for `scala-library-sjs` project [#24450](https://github.com/scala/scala3/pull/24450)
14+
- Allow to compile `scala.AnyVal` with Scala 3 [#24406](https://github.com/scala/scala3/pull/24406)
15+
16+
# Contributors
17+
18+
Thank you to all the contributors who made this release possible 🎉
19+
20+
According to `git shortlog -sn --no-merges 3.8.0-RC1..3.8.0-RC2` these are:
21+
22+
```
23+
7 Hamza Remmal
24+
4 Wojciech Mazur
25+
2 Martin Odersky
26+
2 Som Snytt
27+
1 Piotr Chabelski
28+
1 Seth Tisue
29+
1 noti0na1
30+
```

0 commit comments

Comments
 (0)