-
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.
- Loading branch information
1 parent
726874f
commit d2561e4
Showing
3 changed files
with
27 additions
and
2 deletions.
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.5.2 | ||
start: 22 October 2024 | ||
layout: downloadpage | ||
release_version: 3.5.2 | ||
release_date: "October 22, 2024" | ||
permalink: /download/3.5.2.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.5.2/ | ||
--- |
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,15 @@ | ||
--- | ||
category: announcement | ||
permalink: /news/3.5.2 | ||
title: "Scala 3.5.2 is now available!" | ||
--- | ||
Scala 3.5.2 is now available! | ||
|
||
The second patch release in the 3.5 series focused mainly on bugfixes, however it also introduces new linting options: | ||
|
||
* `-Wall` would allow you to enable all available lintings | ||
* `-WConf` now supports `origin` parameters | ||
|
||
What's more, this release of the compiler also introduces support for JDK 23. | ||
|
||
For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.5.2). |