Skip to content

Commit 58256dd

Browse files
committed
Add changelog for 3.3.0-RC6
1 parent 6629e13 commit 58256dd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

changelogs/3.3.0-RC6.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Backported fixes
2+
3+
- Patmat: Use less type variables in prefix inference [#16827](https//github.com/lampepfl/dotty/pull/16827)
4+
- Just warn on type ascription on a pattern [#17454](https://github.com/lampepfl/dotty/pull/17454)
5+
- Fix #17187: allow patches with same span [#17366](https://github.com/lampepfl/dotty/pull/17366)
6+
7+
# Contributors
8+
9+
Thank you to all the contributors who made this release possible 🎉
10+
11+
According to `git shortlog -sn --no-merges 3.3.0-RC5..3.3.0-RC6` these are:
12+
13+
```
14+
2 Adrien Piquerez
15+
2 Michał Pałka
16+
2 Paweł Marks
17+
1 Dale Wijnand
18+
```

0 commit comments

Comments
 (0)