-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3beb07b
commit 9884d3a
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Backported fixes | ||
|
||
- Update MiMa and Reference Version to 3.5.0 [#21374](https://github.com/scala/scala3/pull/21374) | ||
- Fix healAmbiguous to compareAlternatives with disambiguate = true [#21372](https://github.com/scala/scala3/pull/21372) | ||
- Bump scala-cli to 1.4.1 + drop old cli management [#21234](https://github.com/scala/scala3/pull/21234) | ||
- Bump scala-cli to 1.4.3 [#21338](https://github.com/scala/scala3/pull/21338) | ||
- Emit generatedNonLocalClass in backend when callback is not enabled [#21186](https://github.com/scala/scala3/pull/21186) | ||
|
||
# Reverted changes | ||
|
||
- Heal member-select on opaque reference [#21340](https://github.com/scala/scala3/pull/21340) | ||
- Approximate MatchTypes with lub of case bodies, if non-recursive [#21267](https://github.com/scala/scala3/pull/21267) | ||
|
||
# Contributors | ||
|
||
Thank you to all the contributors who made this release possible 🎉 | ||
|
||
According to `git shortlog -sn --no-merges 3.5.1-RC1..3.5.1-RC2` these are: | ||
|
||
``` | ||
8 Wojciech Mazur | ||
5 Hamza REMMAL | ||
5 Martin Odersky | ||
2 Eugene Flesselle | ||
2 Jamie Thompson | ||
1 Dale Wijnand | ||
``` |