-
Notifications
You must be signed in to change notification settings - Fork 14
2.13.5 release notes #763
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
Closed
2.13.5 release notes #763
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
dc58e27
2.13.5 release notes
SethTisue 06f4130
wip
SethTisue a7d6b68
wip
SethTisue 800ca39
wip
SethTisue 1a5c5f7
Update 2.13.5.md
SethTisue 3f2511e
wip
SethTisue b19a6ec
whipped
dwijnand dae86f2
Drop "classOf[Foo.type]" mention
dwijnand 0ed6cd4
tweaks
SethTisue File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
### Highlights | ||
|
||
* TASTy reader: add support for Scala 3.0.0-RC1 (scala/scala#9501, scala/scala#9394, scala/scala#9357) @bishabosha | ||
* Upgrade to ASM 9.1, for JDK 16 and 17 support in the optimizer (scala/scala#9489, scala/scala#9480) | ||
|
||
### Other changes | ||
|
||
* Allow name-based extractors to be irrefutable (scala/scala#9343) @martijnhoekstra | ||
* Assorted improvements to exhaustivity checking in pattern matching (TODO @dwijnand will fill this in) | ||
* Assorted improvements to handling of higher-kinded types, aligning with Scala 3 (scala/scala#9400, scala/scala#9404, scala/scala#9405, scala/scala#9414, scala/scala#9417, scala/scala#9439) @joroKr21 | ||
* Allow `classOf[Foo.type]` (scala/scala#9457) @Jasper-M | ||
* Make `-target` support JVM 13, 14, 15, 16, and 17 (scala/scala#9489, scala/scala#9481) | ||
* Omit `@nowarn` annotations from generated code, for forwards compatibility at compile-time (scala/scala#9491) | ||
* Add linting of unused context bounds (via `-Wunused:synthetics` or `-Wunused:params`) (scala/scala#9346) @som-snytt | ||
* Lift artificial restrictions on `ConstantAnnotation`s (scala/scala#9379) | ||
* Make Java `Map` wrappers handle nulls according to `put`/`remove` contract (scala/scala#9344) @som-snytt | ||
* Make language specification available as a PDF (scala/scala#7432) @sake92 | ||
|
||
Some small changes that will ship in 2.12.14 are also included in this release. | ||
|
||
For complete 2.13.5 change lists, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.5) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.5). | ||
|
||
## Compatibility | ||
|
||
As usual for our minor releases, Scala 2.13.5 is binary-compatible with the whole Scala 2.13 series. | ||
|
||
Upgrading from 2.12? Enable `-Xmigration` while upgrading to request migration advice from the compiler. | ||
|
||
## Contributors | ||
|
||
A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in discussions around Scala, and submitting and reviewing pull requests! You are all magnificent. | ||
|
||
This release was brought to you by 23 contributors, according to `git shortlog -sn --no-merges HEAD ^v2.13.4 ^2.12.x`. Thank you Seth Tisue, A. P. Marki, Dale Wijnand, NthPortal, Jamie Thompson, Lukas Rytz, Martijn Hoekstra, Georgi Krastev, Jason Zaugg, Jasper Moeys, Sakib Hadziavdic, Anatolii Kmetiuk, Arnaud Gourlay, Marcono1234, Chia-Ping Tsai, Mike Skells, Stefan Zeiger, Waleed Khan, Yann Bolliger, Guillaume Martres, 梦境迷离, Ethan Atkins, Da. | ||
|
||
Thanks to [Lightbend](https://www.lightbend.com/scala) for their continued sponsorship of the Scala core team’s efforts. Lightbend offers [commercial support](https://www.lightbend.com/lightbend-platform-subscription) for Scala. | ||
|
||
## Scala 2.13 notes | ||
|
||
The [release notes for Scala 2.13.0](https://github.com/scala/scala/releases/v2.13.0) have important information applicable to the whole 2.13 series. | ||
|
||
## Obtaining Scala | ||
|
||
Scala releases are available through a variety of channels, including (but not limited to): | ||
|
||
* Bump the `scalaVersion` setting in your sbt-based project | ||
* Download a distribution from [scala-lang.org](http://scala-lang.org/download/2.13.5.html) | ||
* Obtain JARs via [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.13.5%22) |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.