-
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
2 changed files
with
9 additions
and
5 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
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,7 +1,11 @@ | ||
[Scala $version](https://github.com/scala/scala/releases/tag/v$version) is now available! | ||
|
||
This release improves compatibility with recent JDKs, | ||
aids cross-compiling with Scala 3, | ||
and improves security and error reporting. | ||
This release | ||
fixes a regression, | ||
updates `-release` and `-target`, | ||
updates scala-xml, | ||
aids migration to Scala 2.13, | ||
eases cross-compilation with Scala 3, | ||
and enables improved tooling. | ||
|
||
For all the details, refer to the [release notes](https://github.com/scala/scala/releases/tag/v$version) on GitHub. |