File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ # Backported fixes
2+
3+ - classfile reader: handle JDK 9+ constant types in constant pool [ #19533 ] ( https://github.com/scala/scala3/pull/19533 )
4+ - Update asm to 9.8.0 [ #23004 ] ( https://github.com/scala/scala3/pull/23004 )
5+
6+ # Contributors
7+
8+ Thank you to all theq contributors who made this release possible 🎉
9+
10+ According to ` git shortlog -sn --no-merges 3.3.6-RC2..3.3.6-RC3 ` these are:
11+
12+ ```
13+ 2 Seth Tisue
14+ 1 Tomasz Godzik
15+ 1 philippus
16+ ```
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ object Build {
108108 * During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
109109 * During final, stable release is set exactly to `developedVersion`.
110110 */
111- val baseVersion = s " $developedVersion-RC2 "
111+ val baseVersion = s " $developedVersion-RC3 "
112112
113113 /** The version of TASTY that should be emitted, checked in runtime test
114114 * For defails on how TASTY version should be set see related discussions:
You can’t perform that action at this time.
0 commit comments