Skip to content

Commit fb1921f

Browse files
committed
Add changelog for 3.7.3-RC2
1 parent fef875d commit fb1921f

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

changelogs/3.7.3-RC2.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Backported chnages
2+
3+
- Warn if implicit default shadows given [#23559](https://github.com/scala/scala3/pull/23559)
4+
- Bump Scala CLI to v1.8.5 (was v1.8.4) [#23702](https://github.com/scala/scala3/pull/23702)
5+
- Fix issue with pc breaking in requiredMethod on newly overloaded valueOf [#23708](https://github.com/scala/scala3/pull/23708)
6+
- Handle default arguments in named parameters for inlay hints [#23641](https://github.com/scala/scala3/pull/23641)
7+
- Add suppression if nowarn differs [#23652](https://github.com/scala/scala3/pull/23652)
8+
- Fix match type bounds checking problem [#23695](https://github.com/scala/scala3/pull/23695)
9+
- Generalize "Don't approximate a type using Nothing as prefix" [#23628](https://github.com/scala/scala3/pull/23628)
10+
- More careful ClassTag instantiation [#23659](https://github.com/scala/scala3/pull/23659)
11+
- Use more context for implicit search only if no default argument [#23664](https://github.com/scala/scala3/pull/23664)
12+
- Fix extracting refinements from intersection types in dynamic select hovers [#23640](https://github.com/scala/scala3/pull/23640)
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.3-RC1..3.7.3-RC2` these are:
19+
20+
```
21+
5 Martin Odersky
22+
4 Som Snytt
23+
2 Wojciech Mazur
24+
1 Guillaume Martres
25+
1 Jan Chyb
26+
1 Kacper Korban
27+
1 Piotr Chabelski
28+
1 aherlihy
29+
```

0 commit comments

Comments
 (0)