Skip to content

Commit

Permalink
Add draft for Scala 3.3.5 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Dec 13, 2024
1 parent 86b911a commit 8a753a5
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/scala-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
release_date: October 22, 2024
- category: current_version
title: Current 3.3.x LTS release
version: 3.3.4
version: 3.3.5
release_date: September 27, 2024
- category: current_version
title: Current 2.13.x release
Expand Down
10 changes: 10 additions & 0 deletions _downloads/2025-01-14-3.3.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Scala 3.3.5 LTS
start: 14 January 2025
layout: downloadpage
release_version: 3.3.5
release_date: "January 14, 2025"
permalink: /download/3.3.5.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.3.5/
---
18 changes: 18 additions & 0 deletions _posts/2025-01-14-release-notes-3.3.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
category: announcement
permalink: /news/3.3.5
title: "Scala 3.3.5 is now available!"
---
Scala 3.3.5 LTS is now available!

This patch release backports most of the improvements and bugfixes introduced in the Scala Next series up to the Scala 3.5.2 release.
All of the backported changes were proven to not break either binary or source compatibility, by testing the compilation of over 1500 projects using [Scala 3 Open Community Build](https://github.com/VirtusLab/community-build3).

Notable changes:

- Scala 2 Standard Library upgraded to 2.13.15
- Support for JDK 23
- Added the `-Wall` option that enables all linting warnings
- Aligned `-Wconf` parsing order with Scala 2 semantics

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).

0 comments on commit 8a753a5

Please sign in to comment.