Skip to content

Commit 707f1a4

Browse files
committed
chore: Add changelog and bump version to 3.3.6-RC3
1 parent 2195da5 commit 707f1a4

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

changelogs/3.3.6-RC3.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
```

project/Build.scala

+1-1
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)