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 2.13.11.md
  • Loading branch information
SethTisue authored May 19, 2023
commit df1db04ba98b1c9c1d258b6289d3bfc0ff3bada0
1 change: 1 addition & 0 deletions releases/2.13.11.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ The following changes are highlights of this release:
* Fix pathologically slow compilation of some pattern matches since 2.13.7 ([#10258](https://github.com/scala/scala/pull/10258) by [@KisaragiEffective](https://github.com/KisaragiEffective))
* Provide `equals` and `hashCode` on `IterableWrapper` again (fixing 2.13.9 regression) ([#10205](https://github.com/scala/scala/pull/10205) by [@som-snytt](https://github.com/som-snytt))
* Improvements to `-Vimplicits`; errors now show complete implicit search tree ([#9944](https://github.com/scala/scala/pull/9944) by [@tribbloid](https://github.com/tribbloid))
* `-Vprint` defaults to `-Vprint:typer`; phases may be prefixed with `~` to mean "before and after" ([#10173](https://github.com/scala/scala/pull/10173) by [@som-snytt](https://github.com/som-snytt))

2.13.11 also includes the changes from Scala 2.12.18. (A few of the most significant, such as those involving JDK 20 and 21 compatibility, are listed above.)

Expand Down
0