From 96f46ed44fb69fab7d627e5e369c96a3d23c5b11 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 23 Sep 2024 10:32:30 -0600 Subject: [PATCH] 2.13.15 summary --- hand-written.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/hand-written.md b/hand-written.md index c908ae4..e0ec62a 100644 --- a/hand-written.md +++ b/hand-written.md @@ -1,10 +1,12 @@ [Scala $version](https://github.com/scala/scala/releases/tag/v$version) is now available! This release -adds binary integer literals, -adds `-Xsource:3-cross` for crossbuilt projects, -improves compatibility with JDK 21 and 22, -supports Scala 3.4, +improves compatibility with JDK 23, +supports Scala 3.5, +improves Scala 3 cross-building and migration, +improves warnings and lints, and more. +It also has a few minor breaking changes. + For details, refer to the [release notes](https://github.com/scala/scala/releases/tag/v$version) on GitHub.