Skip to content

Commit 126856c

Browse files
committed
Add changelog for 3.2.1-RC2
1 parent e7f45a3 commit 126856c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

changelogs/3.2.1-RC2.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Backported fixes
2+
3+
- Only look for synthetic applies under `TypeApply` with inferred arguments [#15970](https://github.com/lampepfl/dotty/pull/15970)
4+
- Improvements for implicit searches with top-level type variables [#16001](https://github.com/lampepfl/dotty/pull/16001)
5+
- Better types for class type parameters [#15951](https://github.com/lampepfl/dotty/pull/15951)
6+
- Avoid adding `NoSymbol` to gadt constraints in `TypeOps.instantiateToSubType` [#15965](https://github.com/lampepfl/dotty/pull/15965)
7+
8+
# Contributors
9+
10+
Thank you to all the contributors who made this release possible 🎉
11+
12+
According to `git shortlog -sn --no-merges 3.2.1-RC1..3.2.1-RC2` these are:
13+
14+
```
15+
7 Martin Odersky
16+
3 Kacper Korban
17+
2 Paweł Marks
18+
```

0 commit comments

Comments
 (0)