Skip to content

Commit 3e7c3e2

Browse files
committed
fix formatting
1 parent a3b1c81 commit 3e7c3e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hand-written.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
We are very pleased to announce the availability of Scala 2.11.7!
22

33
We would like to highlight the following changes:
4+
45
- Exhaustivity checking for pattern matching is now much snappier -- thank you @gbasler! ([SI-9181](https://issues.scala-lang.org/browse/SI-9181))
56
- Scala REPL now 200x more embeddable. You're welcome, Apache Spark! ([#4563](https://github.com/scala/scala/pull/4563), [SI-7747](https://issues.scala-lang.org/browse/SI-7747))
67
- Scala also <3 INDYs -- experiment with all our favorite new Java 8 features [as follows](https://github.com/scala/make-release-notes/blob/2.11.x/experimental-backend.md) and get an exclusive sneak preview of 2.12.0-M2!
@@ -21,6 +22,7 @@ According to `git shortlog -sn --no-merges v2.11.6..v2.11.7`, 36 people contribu
2122
### Obtaining Scala
2223

2324
Scala releases are available through a variety of channels, including (but not limited to):
25+
2426
- Get started with the [Hello Scala 2.11 template](https://typesafe.com/activator/template/hello-scala-2_11) in [Typesafe Activator](https://typesafe.com/platform/getstarted)
2527
- Download a distribution from [scala-lang.org](http://scala-lang.org/download/2.11.7.html)
2628
- Bump the `scalaVersion` setting in your SBT-based project
@@ -29,5 +31,6 @@ Scala releases are available through a variety of channels, including (but not l
2931
### Scala 2.11 Notes
3032

3133
The [release notes for Scala 2.11.1](http://scala-lang.org/news/2.11.1) have important information applicable to the whole 2.11 series, such as:
34+
3235
- Details on new features, important changes and deprecations since Scala 2.10.
3336
- The specification of binary compatibility between minor releases.

0 commit comments

Comments
 (0)