Skip to content

Commit 88d9760

Browse files
committed
Add changelog for 3.4.0-RC2
1 parent 5fe047b commit 88d9760

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

changelogs/3.4.0-RC2.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Backported fixes
2+
3+
- Fix expandParam's use of argForParam/isArgPrefixOf. [#19412](https://github.com/lampepfl/dotty/pull/19412)
4+
- Remove ascriptionVarargsUnpacking as we never used it [#19399](https://github.com/lampepfl/dotty/pull/19399)
5+
- Make explicit arguments for context bounds an error from 3.5 [#19316](https://github.com/lampepfl/dotty/pull/19316)
6+
- Avoid generating given definitions that loop [#19282](https://github.com/lampepfl/dotty/pull/19282)
7+
- Turn given loop prevention on for -source future [#19392](https://github.com/lampepfl/dotty/pull/19392)
8+
- Fix algorithm to prevent recursive givens [#19411](https://github.com/lampepfl/dotty/pull/19411)
9+
10+
# Contributors
11+
12+
Thank you to all the contributors who made this release possible 🎉
13+
14+
According to `git shortlog -sn --no-merges 3.4.0-RC1..3.4.0-RC2` these are:
15+
16+
```
17+
15 Martin Odersky
18+
4 Nicolas Stucki
19+
3 Paweł Marks
20+
1 Dale Wijnand
21+
1 Jan Chyb
22+
```

0 commit comments

Comments
 (0)