Skip to content

Commit 9768069

Browse files
Apply improvements to release notes
1 parent 832849b commit 9768069

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@ title: "Scala 3.3.5 is now available!"
66
Scala 3.3.5 LTS is now available!
77

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.
9-
All of the backported changes were proven to not break either binary or source compatibility, by testing the compilation of over 1500 projects using [Scala 3 Open Community Build](https://github.com/VirtusLab/community-build3).
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).
1010

1111
Notable changes:
1212

1313
- Scala 2 Standard Library upgraded to 2.13.15
1414
- Support for JDK 23
1515
- Added the `-Wall` option that enables all linting warnings
16-
- Aligned `-Wconf` parsing order with Scala 2 semantics
16+
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)
1720

1821
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)