Skip to content

Commit 52d9b82

Browse files
committed
Scala 2.13.16 release notes (DRAFT)
1 parent ecac65a commit 52d9b82

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

2.13.16.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# Scala 2.13.16 (DRAFT)
2+
3+
The Scala team at Lightbend is pleased to announce Scala 2.13.16.
4+
5+
The following changes are highlights of this release:
6+
7+
### Breaking changes
8+
9+
### Compatibility
10+
11+
### Features
12+
13+
### Align with Scala 3
14+
15+
### Errors and warnings
16+
17+
### More changes
18+
19+
For the complete 2.13.16 change lists, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.16) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.16).
20+
21+
## Compatibility
22+
23+
As usual for our minor releases, Scala 2.13.16 is [binary-compatible](https://docs.scala-lang.org/overviews/core/binary-compatibility-of-scala-releases.html) with the whole Scala 2.13 series.
24+
25+
Upgrading from 2.12? Enable `-Xmigration` while upgrading to request migration advice from the compiler.
26+
27+
## Contributors
28+
29+
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.
30+
31+
We especially acknowledge and thank A. P. Marki, also known as Som Snytt, who is responsible for many of the improvements in this release.
32+
33+
This release was brought to you by 18 contributors, according to `git shortlog -sn --no-merges @ ^v2.13.15 ^2.12.x`. Thank you A. P. Marki, Seth Tisue, Scala Steward, Lukas Rytz, Friendseeker, Ondra Pelech, Philippus Baalman, Benjamin Maurer, Eric Seidel2, Hamza Remmal, Jamie Thompson, João Costa, Kenji Yoshida, Mathias Kools, Rikito Taniguchi, Yuming Wang, rochala, sh0hei.
34+
35+
Thanks to [Lightbend](https://www.lightbend.com/scala) for their continued sponsorship of the Scala 2 team’s efforts. Lightbend offers [commercial support](https://www.lightbend.com/lightbend-platform-subscription) for Scala.
36+
37+
## Scala 2.13 notes
38+
39+
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.
40+
41+
## Obtaining Scala
42+
43+
Scala releases are available through a variety of channels, including (but not limited to):
44+
45+
* Bump the `using scala` setting in your Scala-CLI project
46+
* Bump the `scalaVersion` setting in your sbt or Mill project
47+
* Download a distribution from [scala-lang.org](https://scala-lang.org/download/2.13.16.html)
48+
* Obtain JARs via [Maven Central](https://search.maven.org/search?q=g:org.scala-lang%20AND%20v:2.13.16)

0 commit comments

Comments
 (0)