8000 Scala 2.13.11 draft release notes by SethTisue · Pull Request #843 · scala/scala-dev · GitHub
[go: up one dir, main page]

Skip to content

Scala 2.13.11 draft release notes #843

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

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Update releases/2.13.11.md
Co-authored-by: Philippus Baalman <philippus@gmail.com>
  • Loading branch information
SethTisue and Philippus authored May 3, 2023
commit 0e60d70a04ec5f43fc9f11d1af2fd58cb3951359
2 changes: 1 addition & 1 deletion releases/2.13.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following changes are highlights of this release:

### Compatibility

* Support JDK 21 by upgrading to ASM 9.5 ([#10363](https://github.com/scala/scala/pull/10363), [#10184](https://github.com/scala/scala/pull/10184) by [@Philippus](https://github.com/Philippus))
* Support JDK 20 and 21 by upgrading to ASM 9.5 ([#10363](https://github.com/scala/scala/pull/10363), [#10184](https://github.com/scala/scala/pull/10184) by [@Philippus](https://github.com/Philippus))
* Support Java 17 `sealed` in Java sources and classfiles ([#10348](https://github.com/scala/scala/pull/10348), [#10105](https://github.com/scala/scala/pull/10105) by [@som-snytt](https://github.com/som-snytt)

### Align with Scala 3
Expand Down
0