File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments