Skip to content

Commit 6da6b46

Browse files
committed
Add contributors list for 3.3.0
1 parent 2b98d37 commit 6da6b46

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

blog/_posts/2023-05-30-scala-3.3.0-released.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,59 @@ inline def method(inline param: Outer): param.Inner // error in Scala 3.3.0
127127
```
128128

129129
Such pieces of code are now rejected by the compiler. The migration for that change is simple, as it only requires removing the `inline` modifier **from the parameter**. If the path-dependent type was used, it is safe to say that the intended behavior was to inline the method without inlining the parameter.
130+
131+
## Contributors
132+
133+
Thank you to all the contributors who made the release of 3.3.0 possible
134+
135+
According to git shortlog -sn --no-merges 3.2.2..3.3.0 these are:
136+
137+
```
138+
226 Martin Odersky
139+
106 Szymon Rodziewicz
140+
81 Dale Wijnand
141+
56 Nicolas Stucki
142+
52 Paul Coral
143+
48 Kamil Szewczyk
144+
45 Paweł Marks
145+
28 Florian3k
146+
28 Yichen Xu
147+
15 Guillaume Martres
148+
10 Michał Pałka
149+
9 Kacper Korban
150+
8 Fengyun Liu
151+
7 Chris Birchall
152+
7 rochala
153+
6 Sébastien Doeraene
154+
6 jdudrak
155+
5 Seth Tisue
156+
5 Som Snytt
157+
5 nizhikov
158+
4 Filip Zybała
159+
4 Jan Chyb
160+
4 Michael Pollmeier
161+
4 Natsu Kagami
162+
3 Anatolii Kmetiuk
163+
3 Jamie Thompson
164+
2 Adrien Piquerez
165+
2 Alex
166+
2 Dmitrii Naumenko
167+
2 Lukas Rytz
168+
2 Michael Pilquist
169+
2 Vasil Vasilev
170+
2 adampauls
171+
2 yoshinorin
172+
1 Alexander Slesarenko
173+
1 Chris Kipp
174+
1 Guillaume Raffin
175+
1 Jakub Kozłowski
176+
1 Jan-Pieter van den Heuvel
177+
1 Julien Richard-Foy
178+
1 Kenji Yoshida
179+
1 Matt Bovel
180+
1 Mohammad Yousuf Minhaj Zia
181+
1 Philippus
182+
1 Szymon R
183+
1 Tim Spence
184+
1 s.bazarsadaev
185+
```

0 commit comments

Comments
 (0)