File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments