From 5b5b9c57b7ade623502dc7abfb68964c36fd7a12 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Fri, 29 Aug 2025 14:24:45 +0200 Subject: [PATCH 1/2] chore: Add annoucement for Scala 3.3.7 --- _posts/2025-09-24-release-notes-3.3.7.md | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _posts/2025-09-24-release-notes-3.3.7.md diff --git a/_posts/2025-09-24-release-notes-3.3.7.md b/_posts/2025-09-24-release-notes-3.3.7.md new file mode 100644 index 000000000..6f76392a0 --- /dev/null +++ b/_posts/2025-09-24-release-notes-3.3.7.md @@ -0,0 +1,26 @@ +--- +category: release +permalink: /news/3.3.6/ +title: "Scala 3.3.7 LTS is now available!" +by: Tomasz Godzik, VirtusLab +--- + +Scala 3.3.7 LTS is now available! + +This patch release backports most of the bugfixes and some of the improvements introduced in the Scala Next series up to the Scala 3.7.3 release. +All of the backported changes were proven to not break either binary or source compatibility, by testing over 1500 projects in the [Scala 3 Open Community Build](https://github.com/VirtusLab/community-build3). + +# Notable changes + +- Improvement: Warn if interpolator uses toString [#20578](https://github.com/scala/scala3/pull/20578) +- Fix: Unblock Scala 3 on Android [#22632](https://github.com/scala/scala3/pull/22632) +- Feature: Implement :jar (deprecate :require) [#22343](https://github.com/scala/scala3/pull/22343) +- Improvement: For unused warnings, prefix of reference must match import qualifier in selector check [#20894](https://github.com/scala/scala3/pull/20894) +- Improvement: Add REPL flag to quit after evaluating init script [#22636](https://github.com/scala/scala3/pull/22636) +- Improvement: Warn if implicit default shadows given [#23559](https://github.com/scala/scala3/pull/23559) + +For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.3.7). + +## Scala LTS Release Notice + +The next planned LTS release will include updates introduced until Scala 3.8.2. From bb0bdf3090a3b9a67a1e5678f054e1129c941269 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Fri, 26 Sep 2025 18:23:22 +0200 Subject: [PATCH 2/2] docs: Update after RC2 release --- _posts/2025-09-24-release-notes-3.3.7.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_posts/2025-09-24-release-notes-3.3.7.md b/_posts/2025-09-24-release-notes-3.3.7.md index 6f76392a0..b67089bed 100644 --- a/_posts/2025-09-24-release-notes-3.3.7.md +++ b/_posts/2025-09-24-release-notes-3.3.7.md @@ -1,13 +1,13 @@ --- category: release -permalink: /news/3.3.6/ +permalink: /news/3.3.7/ title: "Scala 3.3.7 LTS is now available!" by: Tomasz Godzik, VirtusLab --- Scala 3.3.7 LTS is now available! -This patch release backports most of the bugfixes and some of the improvements introduced in the Scala Next series up to the Scala 3.7.3 release. +This patch release backports most of the bugfixes and some of the improvements introduced in the Scala Next series to the Scala 3.7.3 release. All of the backported changes were proven to not break either binary or source compatibility, by testing over 1500 projects in the [Scala 3 Open Community Build](https://github.com/VirtusLab/community-build3). # Notable changes @@ -18,6 +18,7 @@ All of the backported changes were proven to not break either binary or source c - Improvement: For unused warnings, prefix of reference must match import qualifier in selector check [#20894](https://github.com/scala/scala3/pull/20894) - Improvement: Add REPL flag to quit after evaluating init script [#22636](https://github.com/scala/scala3/pull/22636) - Improvement: Warn if implicit default shadows given [#23559](https://github.com/scala/scala3/pull/23559) +- Improvement: Make coverage more similar to the one in Scala 2 [#23955](https://github.com/scala/scala3/pull/23955) For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.3.7).