You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: news/_posts/2017-04-18-releases-1Q17.md
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,18 @@ permalink: /news/releases-1Q17
5
5
title: "Three new releases and more GitHub goodness!"
6
6
---
7
7
8
-
We are happy to announce the availability of three new Scala releases: 2.11.11 concludes the 2.11 series, 2.12.2 brings many bug fixes and small improvements, and 2.13.0-M1 sets the scene for the standard library modularization and improvements coming in the next major release, due in a year. Many thanks to everyone who contributed!
8
+
We are happy to announce three new Scala releases: 2.11.11 concludes the 2.11 series, 2.12.2 brings bug fixes and small improvements, and 2.13.0-M1 sets the scene for modularization and improvements coming in the next major release next year. Many thanks to everyone who contributed!
9
9
10
-
As part of our ongoing efforts at Lightbend to simplify contributing to Scala, we are thrilled to announce our move to GitHub for [bug reporting](https://github.com/scala/bug), as well as for [release notes](https://github.com/scala/scala/releases) publishing. For the highlights of each of our three releases, read on.
10
+
As part of our ongoing efforts at Lightbend to simplify contributing to Scala, we are thrilled to announce our move to GitHub for [bug reporting](https://github.com/scala/bug), as well as for [release notes](https://github.com/scala/scala/releases).
11
+
12
+
For the highlights of these three releases, read on.
11
13
12
14
<!-- break -->
13
15
14
-
[Scala 2.11.11](https://github.com/scala/scala/releases/tag/v2.11.11) resolves regressions introduced in 2.11.9 and 2.11.10. Special thanks to @xuwei-k and @sjrd for reporting and helping diagnose these. In addition to many smaller fixed and a few backports from 2.12, 2.11.11 features improved error messages on missing dependencies. This improvement was developed by @jvican at the Scala Center under proposal SCP-009.
16
+
[Scala 2.11.11](https://github.com/scala/scala/releases/tag/v2.11.11) contains many smaller fixes and a few backports from 2.12. It also features improved error messages on missing dependencies; this improvement was developed by @jvican at the Scala Center under proposal SCP-009.
17
+
18
+
(Yes, we skipped 2.11.9 and 2.11.10. Special thanks to @xuwei-k and @sjrd for reporting and helping diagnose the regressions in those withdrawn releases.)
15
19
16
-
[Scala 2.12.2](https://github.com/scala/scala/releases/tag/v2.12.2)brings back support for trailing commas, with the first proposal (SIP-27) to make it all the way through the revived Scala Improvement Process. Congratulations, @dwijnand!
20
+
[Scala 2.12.2](https://github.com/scala/scala/releases/tag/v2.12.2)adds support for trailing commas, the first proposal (SIP-27) to make it all the way through the revived Scala Improvement Process. Congratulations, @dwijnand!
17
21
18
-
[Scala 2.13.0-M1](https://github.com/scala/scala/releases/tag/v2.13.0-M1) prepares for the next phase of the standard library [modularization](https://github.com/scala/scala-dev/issues/323) and the [collections rework](https://github.com/scala/collection-strawman). The parallel collections are now a separate [module](https://github.com/scala/scala-parallel-collections), and many deprecated members have been removed. As a reminder, our [full 2.13 roadmap](https://github.com/scala/scala-dev/issues/324) is available for review on GitHub.
22
+
[Scala 2.13.0-M1](https://github.com/scala/scala/releases/tag/v2.13.0-M1) prepares for the next phase of the standard library [modularization](https://github.com/scala/scala-dev/issues/323) and the [collections rework](https://github.com/scala/collection-strawman). The parallel collections are now a separate [module](https://github.com/scala/scala-parallel-collections), and many deprecated members have been removed. As a reminder, our [full 2.13 roadmap](https://github.com/scala/scala-dev/issues/324) is available for review on GitHub.
0 commit comments