Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Scala 3.5.2 announcement #1707

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _data/scala-releases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- category: current_version
title: Current 3.5.x release
version: 3.5.1
release_date: September 20, 2024
version: 3.5.2
release_date: October 22, 2024
- category: current_version
title: Current 3.3.x LTS release
version: 3.3.4
Expand Down
10 changes: 10 additions & 0 deletions _downloads/2024-10-22-3.5.2.md
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/
---
15 changes: 15 additions & 0 deletions _posts/2024-10-22-release-notes-3.5.2.md
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).