Skip to content

Commit da4589e

Browse files
committed
Add changelog for 3.1.3-RC4
1 parent 8572153 commit da4589e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

changelogs/3.1.3-RC4.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Notable changes
2+
3+
- Fix lack of type avoidance in argument lifting [#15229](https://github.com/lampepfl/dotty/pull/15229)
4+
- Avoid overeager completion of Java annotations in classfile parser [#15185](https://github.com/lampepfl/dotty/pull/15185)
5+
- Implement scalac script in Scala [#15212](https://github.com/lampepfl/dotty/pull/15212)
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.1.3-RC3..3.1.3-RC4` these are:
12+
13+
```
14+
2 Paweł Marks
15+
1 Guillaume Martres
16+
1 Jamie Thompson
17+
1 Tom Grigg
18+
```

0 commit comments

Comments
 (0)