Skip to content

Commit 1152262

Browse files
committed
Add changelog for 3.2.2-RC2
1 parent 7fe6b8b commit 1152262

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

changelogs/3.2.2-RC2.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Backported fixes
2+
3+
- Compute completions at `typerPhase` [#16371](https://github.com/lampepfl/dotty/pull/16371)
4+
- Only include accessible base classes in `orDominator` [#16477](https://github.com/lampepfl/dotty/pull/16477)
5+
- Fix curried overloading resolution for polymorphic methods [#16485](https://github.com/lampepfl/dotty/pull/16485)
6+
- Teach SpaceEngine that generic tuples are irrefutable [#16051](https://github.com/lampepfl/dotty/pull/16051)
7+
- Fix exhaustivity warning [#16168](https://github.com/lampepfl/dotty/pull/16168)
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.2.2-RC1..3.2.2-RC2` these are:
14+
15+
```
16+
3 Martin Odersky
17+
3 Paweł Marks
18+
2 Dale Wijnand
19+
1 Som Snytt
20+
```

0 commit comments

Comments
 (0)