Skip to content

Commit 2f87dac

Browse files
committed
Add changelog for 3.2.0-RC2
1 parent 3b866b1 commit 2f87dac

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

changelogs/3.2.0-RC2.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Backported fixes
2+
3+
- Handle non-specialized functions in EtaReduce [#15498](https://github.com/lampepfl/dotty/pull/15498)
4+
- Refine Matchtype checking [#15423](https://github.com/lampepfl/dotty/pull/15423)
5+
- Fix lifting of arguments with `-coverage-out` [#15530](https://github.com/lampepfl/dotty/pull/15530)
6+
- Avoid instrumentation of inline and erased definitions [#15504](https://github.com/lampepfl/dotty/pull/15504)
7+
- Irrefutable for generators don't require `withFilter` under `-source:future` [#15593](https://github.com/lampepfl/dotty/pull/15593)
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.0-RC1..3.2.0-RC2` these are:
14+
15+
```
16+
4 Guillaume Raffin
17+
4 odersky
18+
2 Paweł Marks
19+
1 Nicolas Stucki
20+
1 Sébastien Doeraene
21+
1 Tom Grigg
22+
```

0 commit comments

Comments
 (0)