Skip to content

Commit a05de1c

Browse files
committed
Add changelog for 3.6.3-RC2
1 parent efefe01 commit a05de1c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Diff for: changelogs/3.6.3-RC2.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Backported fixes
2+
3+
- Fix: update `scala-cli.jar` path [#22274](http://github.com/scala/scala3/pull/22274)
4+
- Nowarn extension matching nonpublic member [#22276](http://github.com/scala/scala3/pull/22276)
5+
- Limit exposure to ConcurrentModificationException when sys props are replaced or mutated [#22275](http://github.com/scala/scala3/pull/22275)
6+
- Refactor: Improve Given search preference warning [#22273](http://github.com/scala/scala3/pull/22273)
7+
- Fix layout of released SDK archives, restore intermiediete top-level directory [#22272](http://github.com/scala/scala3/pull/22272)
8+
- REPL: JLine: follow recommendation to use JNI, not JNA; also JLine 3.27.1 (was 3.27.0) [#22271](http://github.com/scala/scala3/pull/22271)
9+
10+
# Contributors
11+
12+
Thank you to all the contributors who made this release possible 🎉
13+
14+
According to `git shortlog -sn --no-merges 3.6.3-RC1..3.6.3-RC2` these are:
15+
16+
```
17+
4 Wojciech Mazur
18+
2 João Ferreira
19+
2 Seth Tisue
20+
2 Som Snytt
21+
1 Eugene Yokota
22+
1 Hamza Remmal
23+
1 Rui Chen
24+
```

0 commit comments

Comments
 (0)