Skip to content

Commit 00bd310

Browse files
committed
Fill the What's next section with expected dates of next releases
1 parent ec395ea commit 00bd310

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_posts/2024-12-05-release-notes-3.6.2.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,12 @@ case class City(zipCode: Int, name: String)
238238
You can read more about named tuples in the [dedicated section of Scala 3 reference documentation](https://scala-lang.org/api/3.6.2/docs/docs/reference/experimental/named-tuples.html).
239239

240240
# What’s next?
241-
<!-- TODO: Fill me -->
241+
242+
The Scala 3.6.2 will be followed by at least 2 patch releases, during which we will focus on bug fixes and improvements to experimental features based on your feedback.
243+
You can expect Scala 3.6.3 to be released in the middle of January followed by 3.6.4 by the end of Q1 2025.
244+
In Q2 2025 we're planning a new minor release of Scala 3.7 that might bring stabilisation to some of the experimental features. We are encouraging you to test out the experimental features mentioned in this article and share your feedback with the Scala team.
245+
246+
Currently, we are also preparing a Scala 3.3.5 LTS patch release - it would include all backportable changes introduced until Scala 3.5.2. It should be released in January 2025.
242247

243248
# Contributors
244249

0 commit comments

Comments
 (0)