Skip to content

Add 3.4.1 announcement #1634

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _data/scala-releases.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- category: current_version
title: Current 3.4.x release
version: 3.4.0
release_date: February 29, 2024
version: 3.4.1
release_date: March 29, 2024
- category: current_version
title: Current 3.3.x LTS release
version: 3.3.3
Expand Down
10 changes: 10 additions & 0 deletions _downloads/2024-03-29-3.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Scala 3.4.1
start: 29 March 2024
layout: downloadpage
release_version: 3.4.1
release_date: "March 29, 2024"
permalink: /download/3.4.1.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.4.1/
---
10 changes: 10 additions & 0 deletions _posts/2024-03-29-release-notes-3.4.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
category: announcement
permalink: /news/3.4.1
title: "Scala 3.4.1 is now available!"
---
Scala 3.4.1 is now available!

This is a bug-fixing patch for Scala 3.4.0. The one important change is added support for `@deprecatedInheritance` annotation.

For a full list of changes and contributor credits, please refer to the [release notes](https://github.com/scala/scala3/releases/tag/3.4.1).