diff --git a/_downloads/2025-01-14-3.3.5.md b/_downloads/2025-01-29-3.3.5.md similarity index 81% rename from _downloads/2025-01-14-3.3.5.md rename to _downloads/2025-01-29-3.3.5.md index 96a5bc168..6fd1c6187 100644 --- a/_downloads/2025-01-14-3.3.5.md +++ b/_downloads/2025-01-29-3.3.5.md @@ -1,9 +1,9 @@ --- title: Scala 3.3.5 LTS -start: 14 January 2025 +start: 29 January 2025 layout: downloadpage release_version: 3.3.5 -release_date: "January 14, 2025" +release_date: "January 29, 2025" permalink: /download/3.3.5.html license: Apache License, Version 2.0 api_docs: https://www.scala-lang.org/api/3.3.5/ diff --git a/_posts/2025-01-14-release-notes-3.3.5.md b/_posts/2025-01-29-release-notes-3.3.5.md similarity index 83% rename from _posts/2025-01-14-release-notes-3.3.5.md rename to _posts/2025-01-29-release-notes-3.3.5.md index 779195363..034c0c2ca 100644 --- a/_posts/2025-01-14-release-notes-3.3.5.md +++ b/_posts/2025-01-29-release-notes-3.3.5.md @@ -1,6 +1,6 @@ --- category: announcement -permalink: /news/3.3.5 +permalink: /news/3.3.5/ title: "Scala 3.3.5 is now available!" --- Scala 3.3.5 LTS is now available! @@ -14,8 +14,8 @@ Notable changes: - Support for JDK 23 - Added the `-Wall` option that enables all linting warnings -Breaking changes: +Breaking changes: -- Aligned `-Wconf` parsing order with Scala 2 semantics: `-Wconf:x,y` now means `-Wconf:x -Wconf:y`, with y overruling x, rather than the reverse (to align with Scala 3.4+ and with user intuition [#21985](https://github.com/scala/scala3/pull/21985) +- Aligned `-Wconf` parsing order with Scala 2 semantics: `-Wconf:x,y` now means `-Wconf:x -Wconf:y`, with y overruling x, rather than the reverse to align with Scala 3.4+ and with user intuition [#21985](https://github.com/scala/scala3/pull/21985) -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). \ No newline at end of file +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).