Skip to content

Commit ea6565e

Browse files
authored
Fix link, paragraph breaks
1 parent 601ef39 commit ea6565e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

_posts/2018-01-31-release-notes-2.13.0-M3.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ permalink: /news/2.13.0-M3
44
title: "Scala 2.13.0-M3 is now available!"
55
---
66

7-
M3 is the last 2.13 milestone with the old collection library! The next (and last) milestone of this series will integrate the new collections incubating at https://github.com/scala/collection-strawman/.
8-
We will soon provide an easy way to try the new collections in your own project to solicit feedback on how we can simplify the upgrade to 2.13.
7+
M3 is the last 2.13 milestone with the old collection library! The next (and last) milestone of this series will integrate the new collections incubating at [scala/collection-strawman](https://github.com/scala/collection-strawman/). We will soon provide an easy way to try the new collections in your own project to solicit feedback on how we can simplify the upgrade to 2.13.
98

10-
Thanks to Miles Sabin's hard work (sponsored by Lightbend), this milestone adds support for [literal types](https://github.com/scala/scala/pull/5310),
11-
as well as improving the compiler with better support for typelevel programming, to benefit libraries such as Shapeless. More of this is coming in M4.
9+
Thanks to Miles Sabin's hard work (sponsored by Lightbend), this milestone adds support for [literal types](https://github.com/scala/scala/pull/5310), as well as improving the compiler with better support for typelevel programming, to benefit libraries such as Shapeless. More of this is coming in M4.
1210

1311
Finally, the standard library now adheres to the [compact1](http://openjdk.java.net/jeps/161) profile,
1412
enabling a [signification reduction of the deployment footprint](https://github.com/scala/bug/issues/10559) of Scala applications.

0 commit comments

Comments
 (0)