Skip to content

Commit 116bcdd

Browse files
Add notice explaining backporting policy (delays)
1 parent cacdc49 commit 116bcdd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

_posts/2025-01-29-release-notes-3.3.5.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,21 @@ Scala 3.3.5 LTS is now available!
88
This patch release backports most of the improvements and bugfixes introduced in the Scala Next series up to the Scala 3.5.2 release.
99
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).
1010

11-
Breaking changes:
11+
# Breaking changes
1212

1313
- Aligned `-Wconf` parsing order with Scala 2 semantics: `-Wconf:x,y` now means `-Wconf:x -Wconf:y`, with y overruling x, rather than the reverse to align with Scala 3.4+ and with user intuition [#21985](https://github.com/scala/scala3/pull/21985)
1414

15-
Notable changes:
15+
# Notable changes
1616

1717
- Scala 2 Standard Library upgraded to 2.13.15
1818
- Support for JDK 23
1919
- Added the `-Wall` option that enables all linting warnings
2020

2121
For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.3.5).
22+
23+
## Scala LTS Release Notice
24+
25+
The Scala LTS series introduces a delay before backporting non-critical changes from the latest Scala Next stable releases. This delay helps minimize the risk of regressions that may be uncovered during testing.
26+
27+
The next planned LTS release will include updates introduced until Scala 3.6.4, along with support for JDK 24 and the Scala 2.13.16 standard library.
28+

0 commit comments

Comments
 (0)