Skip to content

Commit

Permalink
Add changelog for 3.2.1-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kordyjan committed Oct 17, 2022
1 parent 195a872 commit 30628ac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions changelogs/3.2.1-RC3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Backported fixes

- Fix tuple casting [#16113](https://github.com/lampepfl/dotty/pull/16113)
- Be even more careful when combining argument and info in `computeAsSeenFrom` [#16070](https://github.com/lampepfl/dotty/pull/16070)
- Be still more careful when computing denotations of class parameters [#16112](https://github.com/lampepfl/dotty/pull/16112)

# Contributors

Thank you to all the contributors who made this release possible 🎉

According to `git shortlog -sn --no-merges 3.2.1-RC2..3.2.1-RC3` these are:

```
4 Martin Odersky
2 Paweł Marks
```

0 comments on commit 30628ac

Please sign in to comment.