-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add draft for Scala 3.3.5 release notes
- Loading branch information
1 parent
86b911a
commit 8a753a5
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Scala 3.3.5 LTS | ||
start: 14 January 2025 | ||
layout: downloadpage | ||
release_version: 3.3.5 | ||
release_date: "January 14, 2025" | ||
permalink: /download/3.3.5.html | ||
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a> | ||
api_docs: https://www.scala-lang.org/api/3.3.5/ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
category: announcement | ||
permalink: /news/3.3.5 | ||
title: "Scala 3.3.5 is now available!" | ||
--- | ||
Scala 3.3.5 LTS is now available! | ||
|
||
This patch release backports most of the improvements and bugfixes introduced in the Scala Next series up to the Scala 3.5.2 release. | ||
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). | ||
|
||
Notable changes: | ||
|
||
- Scala 2 Standard Library upgraded to 2.13.15 | ||
- Support for JDK 23 | ||
- Added the `-Wall` option that enables all linting warnings | ||
- Aligned `-Wconf` parsing order with Scala 2 semantics | ||
|
||
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). |