Skip to content

Commit 30628ac

Browse files
committed
Add changelog for 3.2.1-RC3
1 parent 195a872 commit 30628ac

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

changelogs/3.2.1-RC3.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Backported fixes
2+
3+
- Fix tuple casting [#16113](https://github.com/lampepfl/dotty/pull/16113)
4+
- Be even more careful when combining argument and info in `computeAsSeenFrom` [#16070](https://github.com/lampepfl/dotty/pull/16070)
5+
- Be still more careful when computing denotations of class parameters [#16112](https://github.com/lampepfl/dotty/pull/16112)
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.2.1-RC2..3.2.1-RC3` these are:
12+
13+
```
14+
4 Martin Odersky
15+
2 Paweł Marks
16+
```

0 commit comments

Comments
 (0)