Skip to content

Commit cacdc49

Browse files
committed
Apply review comments fixes
1 parent e90711f commit cacdc49

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_data/scala-releases.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- category: current_version
66
title: Current 3.3.x LTS release
77
version: 3.3.5
8-
release_date: January 14, 2025
8+
release_date: January 29, 2025
99
- category: current_version
1010
title: Current 2.13.x release
1111
version: 2.13.16

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ 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:
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+
1115
Notable changes:
1216

1317
- Scala 2 Standard Library upgraded to 2.13.15
1418
- Support for JDK 23
1519
- Added the `-Wall` option that enables all linting warnings
1620

17-
Breaking changes:
18-
19-
- 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)
20-
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).

0 commit comments

Comments
 (0)