diff --git a/changelogs/3.3.7-RC2.md b/changelogs/3.3.7-RC2.md new file mode 100644 index 000000000000..dcee5f9ab7bd --- /dev/null +++ b/changelogs/3.3.7-RC2.md @@ -0,0 +1,19 @@ +# Backported fixes + +- Backport: Make coverage more similar to the one in Scala 2 [#23955](https://github.com/scala/scala3/pull/23955) +- 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). +- Revert: "Check exhaustivity of any case class" to 3.3 LTS [#23943](https://github.com/scala/scala3/pull/23943) + +# Contributors + +Thank you to all the contributors who made this release possible 🎉 + +According to `git shortlog -sn --no-merges 3.3.7-RC1..3.3.7-RC2` these are: + +``` + 2 Tomasz Godzik + 1 Jan Chyb + 1 Vadim Chelyshov + 1 Zieliński Patryk + 1 vder +``` \ No newline at end of file diff --git a/project/Build.scala b/project/Build.scala index 34ad43552d71..7bab975f9de6 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -87,7 +87,7 @@ object Build { * * Warning: Change of this variable needs to be consulted with `expectedTastyVersion` */ - val referenceVersion = "3.3.7-RC1" + val referenceVersion = "3.3.7-RC2" /** Version of the Scala compiler targeted in the current release cycle * Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes