-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
831af30
commit 80e1c08
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Backported fixes | ||
|
||
- Fix a bundle of patmat issues [#21000](https://github.com/scala/scala3/pull/21000) | ||
- Fixed false positive unreachable local object [#21532](https://github.com/scala/scala3/pull/21532) | ||
- Reimplement support for type aliases in SAM types [#18317](https://github.com/scala/scala3/pull/18317) | ||
- Allow SAM types to contain match alias refinements [#20092](https://github.com/scala/scala3/pull/20092) | ||
- Allow SAM types to contain multiple refinements [#20172](https://github.com/scala/scala3/pull/20172) | ||
|
||
# Contributors | ||
|
||
Thank you to all the contributors who made this release possible 🎉 | ||
|
||
According to `git shortlog -sn --no-merges 3.3.4-RC1..3.3.4-RC2` these are: | ||
|
||
``` | ||
11 Dale Wijnand | ||
7 Wojciech Mazur | ||
1 Guillaume Martres | ||
``` |