Skip to content

Commit 6967338

Browse files
committed
Add missing contributors section in 3.7.0-RC1 changelog
1 parent 4283deb commit 6967338

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

changelogs/3.7.0-RC1.md

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Annotations
2727

2828
- Lift arguments of explicitly constructed annotations [#22553](https://github.com/scala/scala3/pull/22553)
29-
- Fix copy of annotation on @main methods [#22582](https://github.com/scala/scala3/pull/22582)
29+
- Fix copy of annotation on `@main` methods [#22582](https://github.com/scala/scala3/pull/22582)
3030
- `@publicInBinary` has now effect on secondary constructors [#22630](https://github.com/scala/scala3/pull/22630)
3131
- Fix mapping of annotations [#22407](https://github.com/scala/scala3/pull/22407)
3232

@@ -212,3 +212,55 @@
212212
## Other changes
213213

214214
- Remove locale dependent FileSystemException check [#21633](https://github.com/scala/scala3/pull/21633)
215+
216+
# Contributors
217+
218+
Thank you to all the contributors who made this release possible 🎉
219+
220+
According to `git shortlog -sn --no-merges 3.6.4..3.7.0-RC1` these are:
221+
222+
```
223+
59 Martin Odersky
224+
43 Som Snytt
225+
33 Adrien Piquerez
226+
32 Hamza Remmal
227+
21 Wojciech Mazur
228+
19 aherlihy
229+
19 kasiaMarek
230+
15 Jan Chyb
231+
13 Dale Wijnand
232+
11 Kacper Korban
233+
10 EnzeXing
234+
7 Guillaume Martres
235+
7 Matt Bovel
236+
7 Oliver Bračevac
237+
7 noti0na1
238+
6 Sébastien Doeraene
239+
5 HarrisL2
240+
5 Jamie Thompson
241+
5 dependabot[bot]
242+
4 Joel Wilsson
243+
4 Seth Tisue
244+
3 Piotr Chabelski
245+
3 Roman Janusz
246+
3 anna herlihy
247+
2 David Hua
248+
1 Alec Theriault
249+
1 Daisy Li
250+
1 Daniel Thoma
251+
1 Dmitrii Naumenko
252+
1 Felix Herrmann
253+
1 He-Pin(kerr)
254+
1 João Ferreira
255+
1 Jędrzej Rochala
256+
1 Katarzyna Marek
257+
1 Kenji Yoshida
258+
1 Niklas Fiekas
259+
1 Rocco Mathijn Andela
260+
1 Vadim Chelyshov
261+
1 Yichen Xu
262+
1 adpi2
263+
1 fan-tom
264+
1 philwalk
265+
1 rochala
266+
```

0 commit comments

Comments
 (0)