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
9 changes: 9 additions & 0 deletions releases/2.13.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ The following changes are highlights of this release:

For the complete 2.13.11 change lists, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.11) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.11).

## Known issues

A few regressions have already cropped up:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"A few" -> "A murder of"
"cropped up" -> "come surging over the levee" or today's metaphor is surging down the Dnipro

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Must. Resist. Urge. To. Wax. Poetic.


* Exhaustivity checker emits spurious warning when matching on Java enum type (2.13.11 regression) ([scala/bug#12800](https://github.com/scala/bug/issues/12800))
* Duplicated `@Deprecated` annotations when implementing deprecated Java interface cause `java.lang.annotation.AnnotationFormatError` when accessed via Java reflection (2.13.11 regression) ([scala/bug#12799](https://github.com/scala/bug/issues/12799))

We'll address these in Scala 2.13.12.

## Compatibility

As usual for our minor releases, Scala 2.13.11 is [binary-compatible](https://docs.scala-lang.org/overviews/core/binary-compatibility-of-scala-releases.html) with the whole Scala 2.13 series.
Expand Down