We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7f45a3 commit 126856cCopy full SHA for 126856c
changelogs/3.2.1-RC2.md
@@ -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