Skip to content

Commit 876b648

Browse files
committed
Add changelog for 3.5.0-RC3
1 parent f4bde0b commit 876b648

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

changelogs/3.5.0-RC3.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Backported fixes
2+
3+
- Release .zip instead of .tar.gz for windows in sdkman [#20630](https://github.com/scala/scala3/pull/20630)
4+
- SIP 46 - read classpath from file, remove lib directory in distribution [#20631](https://github.com/scala/scala3/pull/20631)
5+
- Bump scala-cli to 1.4.0 [#20859](https://github.com/scala/scala3/pull/20859)
6+
- Priority warning fix alternative [#20487](https://github.com/scala/scala3/pull/20487)
7+
- Add --skip-cli-updates by default to the scala command [#20900](https://github.com/scala/scala3/pull/20900)
8+
- Upgrade Scala 2 to 2.13.14 (was 2.13.12) [#20902](https://github.com/scala/scala3/pull/20902)
9+
- fix issue 20901: etaCollapse context bound type [#20910](https://github.com/scala/scala3/pull/20910)
10+
- Use final result type to check selector bound [#20989](https://github.com/scala/scala3/pull/20989)
11+
12+
# Contributors
13+
14+
Thank you to all the contributors who made this release possible 🎉
15+
16+
According to `git shortlog -sn --no-merges 3.5.0-RC2..3.5.0-RC3` these are:
17+
18+
```
19+
6 Wojciech Mazur
20+
5 Jamie Thompson
21+
5 Martin Odersky
22+
4 Hamza Remmal
23+
1 Hamza REMMAL
24+
1 Seth Tisue
25+
1 Som Snytt
26+
```

0 commit comments

Comments
 (0)