Skip to content

Commit 832849b

Browse files
committed
Add draft for Scala 3.3.5 release notes
1 parent 86b911a commit 832849b

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

_data/scala-releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
release_date: October 22, 2024
55
- category: current_version
66
title: Current 3.3.x LTS release
7-
version: 3.3.4
8-
release_date: September 27, 2024
7+
version: 3.3.5
8+
release_date: January 14, 2025
99
- category: current_version
1010
title: Current 2.13.x release
1111
version: 2.13.15

_downloads/2025-01-14-3.3.5.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.3.5 LTS
3+
start: 14 January 2025
4+
layout: downloadpage
5+
release_version: 3.3.5
6+
release_date: "January 14, 2025"
7+
permalink: /download/3.3.5.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.3.5/
10+
---
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
category: announcement
3+
permalink: /news/3.3.5
4+
title: "Scala 3.3.5 is now available!"
5+
---
6+
Scala 3.3.5 LTS is now available!
7+
8+
This patch release backports most of the improvements and bugfixes introduced in the Scala Next series up to the Scala 3.5.2 release.
9+
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).
10+
11+
Notable changes:
12+
13+
- Scala 2 Standard Library upgraded to 2.13.15
14+
- Support for JDK 23
15+
- Added the `-Wall` option that enables all linting warnings
16+
- Aligned `-Wconf` parsing order with Scala 2 semantics
17+
18+
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 commit comments

Comments
 (0)