Skip to content

Commit d29f2a5

Browse files
committed
Add changelog for 3.7.0-RC2
1 parent c9bf402 commit d29f2a5

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

Diff for: changelogs/3.7.0-RC2.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Backported changes
2+
3+
- Backport "Check trailing blank line at EOF for OUTDENT" to 3.7.0 [#22942](https://github.com/scala/scala3/pull/22942)
4+
- Backport "Fail compilation if multiple conflicting top-level private defs/vals are in the same package" to 3.7 [#22932](https://github.com/scala/scala3/pull/22932)
5+
- Backport "Deprecate `Yno-kind-polymorphism`" to 3.7 [#22931](https://github.com/scala/scala3/pull/22931)
6+
- Backport "Revert unconditional lint of Inlined expansion" to 3.7 [#22930](https://github.com/scala/scala3/pull/22930)
7+
- Backport "Bump Scala CLI to v1.7.1 (was v1.7.0)" to 3.7 [#22929](https://github.com/scala/scala3/pull/22929)
8+
- Backport "Fix #22794: Emit the definition of Arrays.newArray even though it's a primitive." to 3.7.0 [#22801](https://github.com/scala/scala3/pull/22801)
9+
10+
# Reverted changes
11+
12+
- Revert "Make overload pruning based on result types less aggressive" in 3.7.0 [#22940](https://github.com/scala/scala3/pull/22940)
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.7.0-RC1..3.7.0-RC2` these are:
19+
20+
```
21+
4 Som Snytt
22+
4 Wojciech Mazur
23+
1 Jan Chyb
24+
1 Piotr Chabelski
25+
1 Sébastien Doeraene
26+
1 Yichen Xu
27+
```

0 commit comments

Comments
 (0)