Skip to content

Commit c3ca368

Browse files
committed
Add links and contributors list
1 parent 3185112 commit c3ca368

File tree

1 file changed

+44
-3
lines changed

1 file changed

+44
-3
lines changed

blog/_posts/2022-01-17-scala-3.1.1-released.md

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Scala 3.1.1-RC2 was promoted to a full stable release of the language. Scala 3.1
2727
- Scaladoc can correctly handle symbolic class names, such as `/` or `\` ([PR #13827](https://github.com/lampepfl/dotty/pull/13827)).
2828
- Scaladoc documentation has a new, improved UI.
2929

30-
For a comprehensive list of fixes, take a look at the full changelog on GitHub. // TODO: link
30+
For a comprehensive list of fixes, take a look at [the full changelog on GitHub](https://github.com/lampepfl/dotty/releases/tag/3.1.1).
3131

3232
## 3.1.2-RC1 and forward compatibility improvements
3333

@@ -41,8 +41,49 @@ Those restrictions are not final, and in the future, we may decide to allow usin
4141

4242
One important note is that the `-Yscala-release` flag is experimental and not yet available in any stable release of the compiler. It means the build tools, such as SBT or Mill, are not yet aware of its existence. Of course, you can declare usage of the flag in your build file, and the compiler will respect it. However, there may still be some hiccups, like generated artifacts depending on the incorrect version of the stdlib. We will do our best to help fix those minor issues before the stable release of 3.1.1.
4343

44-
If you are interested in other changes brought by 3.1.2-RC1, there is, as always, a changelog on GitHub. // TODO: link
44+
If you are interested in other changes brought by 3.1.2-RC1, there is, as always, [a changelog on GitHub](https://github.com/lampepfl/dotty/releases/tag/3.1.2-RC1).
4545

4646
## Contributors
4747

48-
// TODO: contributors list
48+
Thank you to all the contributors who made this release possible.
49+
50+
According to `git shortlog -sn --no-merges 3.1.0..3.1.1` these are:
51+
52+
```
53+
50 Fengyun Liu
54+
43 Martin Odersky
55+
26 Olivier Blanvillain
56+
24 Kacper Korban
57+
21 Filip Zybała
58+
18 Dale Wijnand
59+
18 Nicolas Stucki
60+
17 Phil
61+
13 Andrzej Ratajczak
62+
10 Guillaume Martres
63+
10 noti0na1
64+
8 Paweł Marks
65+
7 Jamie Thompson
66+
5 soronpo
67+
5 Tom Grigg
68+
3 Yichen Xu
69+
3 Dmitrii Naumenko
70+
3 ghostbuster91
71+
3 Julien Richard-Foy
72+
2 Stéphane Micheloud
73+
2 bjornregnell
74+
2 Vadim Chelyshov
75+
1 ysthakur
76+
1 Daniel Esik
77+
1 EnzeXing
78+
1 Jasper Moeys
79+
1 Katja Goltsova
80+
1 Matthieu Bovel
81+
1 Ondrej Lhotak
82+
1 Oron Port
83+
1 Rikito Taniguchi
84+
1 Seth Tisue
85+
1 Som Snytt
86+
1 Sébastien Doeraene
87+
1 Tomasz Godzik
88+
1 oronpo
89+
```

0 commit comments

Comments
 (0)