-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |