Skip to content

Commit 606fc4b

Browse files
committed
Add changelog for 3.7.4-RC2
Signed-off-by: Wojciech Mazur <[email protected]>
1 parent 041ad13 commit 606fc4b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

changelogs/3.7.4-RC2.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Backported chnages
2+
3+
- Always traverse Inlined.call in linter [#24043](https://github.com/scala/scala3/pull/24043)
4+
- Deduplicate patches before applying them to sources [#24215](https://github.com/scala/scala3/pull/24215)
5+
- Fix compiler crash with `-Ymagic-offset-header` [#24124](https://github.com/scala/scala3/pull/24124)
6+
- Fix completions for named tuples [#24169](https://github.com/scala/scala3/pull/24169)
7+
- Fix java record varargs field accessor [#24172](https://github.com/scala/scala3/pull/24172)
8+
- Fix parameter untupling for named tuples (#23440) [#24152](https://github.com/scala/scala3/pull/24152)
9+
- Fix possible SuspendException thrown when using macros [#24174](https://github.com/scala/scala3/pull/24174)
10+
- Fix rendering of function-type aliases [#24042](https://github.com/scala/scala3/pull/24042)
11+
- Ignore warnings when compiletime.testing is imported [#24036](https://github.com/scala/scala3/pull/24036)
12+
13+
# Contributors
14+
15+
Thank you to all the contributors who made this release possible 🎉
16+
17+
According to `git shortlog -sn --no-merges 3.7.4-RC1..3.7.4-RC2` these are:
18+
19+
```
20+
5 Wojciech Mazur
21+
2 Li Haoyi
22+
2 Som Snytt
23+
2 Tomasz Godzik
24+
1 Florian3k
25+
1 Kacper Korban
26+
1 Oliver Bračevac
27+
1 aherlihy
28+
```

0 commit comments

Comments
 (0)