Skip to content

Commit d3a3f64

Browse files
committedSep 9, 2024
Add changelog for 3.3.4-RC2
1 parent 5a7ae74 commit d3a3f64

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎changelogs/3.3.4-RC2.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
```

0 commit comments

Comments
 (0)
Please sign in to comment.