Skip to content

Commit bb0bdf3

Browse files
committed
docs: Update after RC2 release
1 parent 5b5b9c5 commit bb0bdf3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_posts/2025-09-24-release-notes-3.3.7.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
category: release
3-
permalink: /news/3.3.6/
3+
permalink: /news/3.3.7/
44
title: "Scala 3.3.7 LTS is now available!"
55
by: Tomasz Godzik, VirtusLab
66
---
77

88
Scala 3.3.7 LTS is now available!
99

10-
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.
10+
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.
1111
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).
1212

1313
# Notable changes
@@ -18,6 +18,7 @@ All of the backported changes were proven to not break either binary or source c
1818
- Improvement: For unused warnings, prefix of reference must match import qualifier in selector check [#20894](https://github.com/scala/scala3/pull/20894)
1919
- Improvement: Add REPL flag to quit after evaluating init script [#22636](https://github.com/scala/scala3/pull/22636)
2020
- Improvement: Warn if implicit default shadows given [#23559](https://github.com/scala/scala3/pull/23559)
21+
- Improvement: Make coverage more similar to the one in Scala 2 [#23955](https://github.com/scala/scala3/pull/23955)
2122

2223
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).
2324

0 commit comments

Comments
 (0)