Skip to content

Commit bd59a0c

Browse files
authored
Merge pull request #1652 from scala/release-3.4.2
Add 3.4.2 announcement
2 parents 22ce91b + ec63c5b commit bd59a0c

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

_data/scala-releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- category: current_version
22
title: Current 3.4.x release
3-
version: 3.4.1
4-
release_date: March 29, 2024
3+
version: 3.4.2
4+
release_date: May 16, 2024
55
- category: current_version
66
title: Current 3.3.x LTS release
77
version: 3.3.3

_downloads/2024-06-16-3.4.2.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Scala 3.4.2
3+
start: 16 May 2024
4+
layout: downloadpage
5+
release_version: 3.4.2
6+
release_date: "May 16, 2024"
7+
permalink: /download/3.4.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.4.2/
10+
---
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
category: announcement
3+
permalink: /news/3.4.2
4+
title: "Scala 3.4.2 is now available!"
5+
---
6+
Scala 3.4.2 is now available!
7+
8+
Besides multiple fixed bugs, 3.4.2 brings a significant refactor and improvement of DX of command line parameters. Also, REPL received needed care with autocompletion now showing full method signatures and minor annoying bugs from before 3.0.0 being fixed.
9+
10+
For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.4.2).

0 commit comments

Comments
 (0)