File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments