Skip to content

Commit 22f7b4e

Browse files
committed
docs: Add blogpost for 3.3.6 release
1 parent 717cb41 commit 22f7b4e

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
category: release
3+
permalink: /news/3.3.6/
4+
title: "Scala 3.3.6 LTS is now available!"
5+
---
6+
Scala 3.3.6 LTS is now available!
7+
8+
This patch release backports most of the improvements and bugfixes introduced in the Scala Next series up to the Scala 3.6.4 release.
9+
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).
10+
11+
# Breaking changes
12+
13+
- 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)
14+
15+
# Notable changes
16+
17+
- REPL: Add REPL init script setting [#22206](https://github.com/scala/scala3/pull/22206)
18+
- Update asm to patched 9.7.1 # [#22250](https://github.com/scala/scala3/pull/22250)
19+
- REPL: Add back :silent command # [#22248](https://github.com/scala/scala3/pull/22248)
20+
- Do not lift annotation arguments [#22035](https://github.com/scala/scala3/pull/22035) and [#22046](https://github.com/scala/scala3/pull/22046)
21+
- Scala 2 forwardport: -Yprofile-trace [#19897](https://github.com/scala/scala3/pull/19897)
22+
23+
24+
For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.3.6).
25+
26+
## Scala LTS Release Notice
27+
28+
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.
29+
30+
The next planned LTS release will include updates introduced until Scala 3.7.2.
31+

0 commit comments

Comments
 (0)