Skip to content

Commit 28f1cea

Browse files
committed
Add changelog for 3.1.3-RC5
1 parent f84e673 commit 28f1cea

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

changelogs/3.1.3-RC5.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Notable changes
2+
3+
- Avoid NPE in simplify [#15310](https://github.com/lampepfl/dotty/pull/15310)
4+
- Eta expand export forwarders that have context function types [#15217](https://github.com/lampepfl/dotty/pull/15217)
5+
- Fix [#15220](https://github.com/lampepfl/dotty/issues/15220): Windows scripts do not delegate to MainGenericRunner [#15325](https://github.com/lampepfl/dotty/pull/15325)
6+
- Re-establish missing symbol from previous phase (in one specific case) [#15295](https://github.com/lampepfl/dotty/pull/15295)
7+
- Partially revert [#14026](https://github.com/lampepfl/dotty/pull/14026) - Fixes 4 regressions [#15343](https://github.com/lampepfl/dotty/pull/15343)
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.1.3-RC4..3.1.3-RC5` these are:
14+
15+
```
16+
7 odersky
17+
2 Paweł Marks
18+
1 Stéphane Micheloud
19+
1 Tom Grigg
20+
```

0 commit comments

Comments
 (0)