From d2561e477eb19c80bcf85806533a56bed9a2b894 Mon Sep 17 00:00:00 2001 From: Wojciech Mazur Date: Tue, 22 Oct 2024 17:15:14 +0200 Subject: [PATCH] Add Scala 3.5.2 announcment (#1707) --- _data/scala-releases.yml | 4 ++-- _downloads/2024-10-22-3.5.2.md | 10 ++++++++++ _posts/2024-10-22-release-notes-3.5.2.md | 15 +++++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 _downloads/2024-10-22-3.5.2.md create mode 100644 _posts/2024-10-22-release-notes-3.5.2.md diff --git a/_data/scala-releases.yml b/_data/scala-releases.yml index 23d771009..cf8a8e0bb 100644 --- a/_data/scala-releases.yml +++ b/_data/scala-releases.yml @@ -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 diff --git a/_downloads/2024-10-22-3.5.2.md b/_downloads/2024-10-22-3.5.2.md new file mode 100644 index 000000000..0cc657792 --- /dev/null +++ b/_downloads/2024-10-22-3.5.2.md @@ -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: Apache License, Version 2.0 +api_docs: https://www.scala-lang.org/api/3.5.2/ +--- diff --git a/_posts/2024-10-22-release-notes-3.5.2.md b/_posts/2024-10-22-release-notes-3.5.2.md new file mode 100644 index 000000000..47359c481 --- /dev/null +++ b/_posts/2024-10-22-release-notes-3.5.2.md @@ -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).