Skip to content

Commit d2561e4

Browse files
Add Scala 3.5.2 announcment (#1707)
1 parent 726874f commit d2561e4

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

Diff for: _data/scala-releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- category: current_version
22
title: Current 3.5.x release
3-
version: 3.5.1
4-
release_date: September 20, 2024
3+
version: 3.5.2
4+
release_date: October 22, 2024
55
- category: current_version
66
title: Current 3.3.x LTS release
77
version: 3.3.4

Diff for: _downloads/2024-10-22-3.5.2.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.5.2
3+
start: 22 October 2024
4+
layout: downloadpage
5+
release_version: 3.5.2
6+
release_date: "October 22, 2024"
7+
permalink: /download/3.5.2.html
8+
license: <a href="https://www.scala-lang.org/license/">Apache License, Version 2.0</a>
9+
api_docs: https://www.scala-lang.org/api/3.5.2/
10+
---

Diff for: _posts/2024-10-22-release-notes-3.5.2.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
category: announcement
3+
permalink: /news/3.5.2
4+
title: "Scala 3.5.2 is now available!"
5+
---
6+
Scala 3.5.2 is now available!
7+
8+
The second patch release in the 3.5 series focused mainly on bugfixes, however it also introduces new linting options:
9+
10+
* `-Wall` would allow you to enable all available lintings
11+
* `-WConf` now supports `origin` parameters
12+
13+
What's more, this release of the compiler also introduces support for JDK 23.
14+
15+
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).

0 commit comments

Comments
 (0)