Skip to content

Commit 1520e88

Browse files
committed
Add changelog for 3.5.0-RC2
1 parent df91f07 commit 1520e88

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

changelogs/3.5.0-RC2.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Backported fixes
2+
3+
- Bundle scala-cli in scala command [#20351](https://github.com/scala/scala3/pull/20351)
4+
- Avoid stacked thisCall contexts [#20488](https://github.com/scala/scala3/pull/20488)
5+
- Adapt the workflow to release on SDKMAN! [#20535](https://github.com/scala/scala3/pull/20535)
6+
- Adapt the release workflow to SIP-46 [#20565](https://github.com/scala/scala3/pull/20565)
7+
- Disable ClasspathTests.unglobClasspathVerifyTest [#20551](https://github.com/scala/scala3/pull/20551)
8+
- Set default source version to 3.5 [#20441](https://github.com/scala/scala3/pull/20441)
9+
- Bring back ambiguity filter when we report an implicit not found error [#20368](https://github.com/scala/scala3/pull/20368)
10+
- Treat 3.5-migration the same as 3.5 for a warning about implicit priority change [#20436](https://github.com/scala/scala3/pull/20436)
11+
- Avoid forcing whole package when using -experimental [#20409](https://github.com/scala/scala3/pull/20409)
12+
13+
# Contributors
14+
15+
Thank you to all the contributors who made this release possible 🎉
16+
17+
According to `git shortlog -sn --no-merges 3.5.0-RC1..3.5.0-RC2` these are:
18+
19+
```
20+
4 Hamza Remmal
21+
4 Wojciech Mazur
22+
3 Martin Odersky
23+
1 Jamie Thompson
24+
1 Guillaume Martres
25+
```

0 commit comments

Comments
 (0)