8000 add 'Known issues' section · scala/scala-dev@c8f13aa · GitHub
[go: up one dir, main page]

Skip to content

Commit c8f13aa

Browse files
committed
add 'Known issues' section
1 parent f8ef0b6 commit c8f13aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

releases/2.13.11.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ The following changes are highlights of this release:
5151

5252
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).
5353

54+
## Known issues
55+
56+
A few regressions have already cropped up:
57+
58+
* 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))
59+
* 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))
60+
61+
We'll address these in Scala 2.13.12.
62+
5463
## Compatibility
5564

5665
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.

0 commit comments

Comments
 (0)
0