From 9884d3a636b7c4345b8d2f0ccb46a99932d66fd2 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Tue, 13 Aug 2024 16:39:20 +0200 Subject: [PATCH] Add changelog for 3.5.1-RC2 --- changelogs/3.5.1-RC2.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 changelogs/3.5.1-RC2.md diff --git a/changelogs/3.5.1-RC2.md b/changelogs/3.5.1-RC2.md new file mode 100644 index 000000000000..f3e7a7c109d6 --- /dev/null +++ b/changelogs/3.5.1-RC2.md @@ -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 +```