Skip to content

Commit 97c2b63

Browse files
authored
Merge pull request #583 from tgodzik/update-after-3.3.7-RC2
chore: Update after the 3.3.7-RC2 release
2 parents cf49c2b + e939fe8 commit 97c2b63

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelogs/3.3.7-RC2.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Backported fixes
2+
3+
- Backport: Make coverage more similar to the one in Scala 2 [#23955](https://github.com/scala/scala3/pull/23955)
4+
- Backport: latest Scala Presentation Improvements to 3.3.7 [#23945](https://github.com/scala/scala3/pull/23945). This includes [X-Ray Inlay Hints](https://github.com/scala/scala3/pull/23891), [using completions](https://github.com/scala/scala3/pull/23647), [do not add \[\] after `derives`](https://github.com/scala/scala3/pull/23811).
5+
- Revert: "Check exhaustivity of any case class" to 3.3 LTS [#23943](https://github.com/scala/scala3/pull/23943)
6+
7+
# Contributors
8+
9+
Thank you to all the contributors who made this release possible 🎉
10+
11+
According to `git shortlog -sn --no-merges 3.3.7-RC1..3.3.7-RC2` these are:
12+
13+
```
14+
2 Tomasz Godzik
15+
1 Jan Chyb
16+
1 Vadim Chelyshov
17+
1 Zieliński Patryk
18+
1 vder
19+
```

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ object Build {
8787
*
8888
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
8989
*/
90-
val referenceVersion = "3.3.7-RC1"
90+
val referenceVersion = "3.3.7-RC2"
9191

9292
/** Version of the Scala compiler targeted in the current release cycle
9393
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes

0 commit comments

Comments
 (0)