Skip to content

Commit 9884d3a

Browse files
committed
Add changelog for 3.5.1-RC2
1 parent 3beb07b commit 9884d3a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

changelogs/3.5.1-RC2.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Backported fixes
2+
3+
- Update MiMa and Reference Version to 3.5.0 [#21374](https://github.com/scala/scala3/pull/21374)
4+
- Fix healAmbiguous to compareAlternatives with disambiguate = true [#21372](https://github.com/scala/scala3/pull/21372)
5+
- Bump scala-cli to 1.4.1 + drop old cli management [#21234](https://github.com/scala/scala3/pull/21234)
6+
- Bump scala-cli to 1.4.3 [#21338](https://github.com/scala/scala3/pull/21338)
7+
- Emit generatedNonLocalClass in backend when callback is not enabled [#21186](https://github.com/scala/scala3/pull/21186)
8+
9+
# Reverted changes
10+
11+
- Heal member-select on opaque reference [#21340](https://github.com/scala/scala3/pull/21340)
12+
- Approximate MatchTypes with lub of case bodies, if non-recursive [#21267](https://github.com/scala/scala3/pull/21267)
13+
14+
# Contributors
15+
16+
Thank you to all the contributors who made this release possible 🎉
17+
18+
According to `git shortlog -sn --no-merges 3.5.1-RC1..3.5.1-RC2` these are:
19+
20+
```
21+
8 Wojciech Mazur
22+
5 Hamza REMMAL
23+
5 Martin Odersky
24+
2 Eugene Flesselle
25+
2 Jamie Thompson
26+
1 Dale Wijnand
27+
```

0 commit comments

Comments
 (0)