Skip to content

Commit d0d616c

Browse files
committed
chore: Add annoucement for Scala 3.3.7
1 parent adb36bf commit d0d616c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
category: release
3+
permalink: /news/3.3.6/
4+
title: "Scala 3.3.7 LTS is now available!"
5+
by: Tomasz Godzik, VirtusLab
6+
---
7+
8+
Scala 3.3.7 LTS is now available!
9+
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.
11+
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).
12+
13+
# Notable changes
14+
15+
- Improvement: Warn if interpolator uses toString [#20578](https://github.com/scala/scala3/pull/20578)
16+
- Fix: Unblock Scala 3 on Android [#22632](https://github.com/scala/scala3/pull/22632)
17+
- Feature: Implement :jar (deprecate :require) [#22343](https://github.com/scala/scala3/pull/22343)
18+
- Improvement: For unused warnings, prefix of reference must match import qualifier in selector check [#20894](https://github.com/scala/scala3/pull/20894)
19+
- Improvement: Add REPL flag to quit after evaluating init script [#22636](https://github.com/scala/scala3/pull/22636)
20+
- Improvement: Warn if implicit default shadows given [#23559](https://github.com/scala/scala3/pull/23559)
21+
22+
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).
23+
24+
## Scala LTS Release Notice
25+
26+
The next planned LTS release will include updates introduced until Scala 3.8.2.

0 commit comments

Comments
 (0)