Skip to content

Commit

Permalink
Add changelog for 3.5.1-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Aug 13, 2024
1 parent 3beb07b commit 9884d3a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions changelogs/3.5.1-RC2.md
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
```

0 comments on commit 9884d3a

Please sign in to comment.