File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Backported fixes
2
+
3
+ - Fix a bundle of patmat issues [ #21000 ] ( https://github.com/scala/scala3/pull/21000 )
4
+ - Fixed false positive unreachable local object [ #21532 ] ( https://github.com/scala/scala3/pull/21532 )
5
+ - Reimplement support for type aliases in SAM types [ #18317 ] ( https://github.com/scala/scala3/pull/18317 )
6
+ - Allow SAM types to contain match alias refinements [ #20092 ] ( https://github.com/scala/scala3/pull/20092 )
7
+ - Allow SAM types to contain multiple refinements [ #20172 ] ( https://github.com/scala/scala3/pull/20172 )
8
+
9
+ # Contributors
10
+
11
+ Thank you to all the contributors who made this release possible 🎉
12
+
13
+ According to ` git shortlog -sn --no-merges 3.3.4-RC1..3.3.4-RC2 ` these are:
14
+
15
+ ```
16
+ 11 Dale Wijnand
17
+ 7 Wojciech Mazur
18
+ 1 Guillaume Martres
19
+ ```
You can’t perform that action at this time.
0 commit comments