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: hand-written.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
We are very pleased to announce the availability of Scala 2.11.7!
2
2
3
3
We would like to highlight the following changes:
4
+
4
5
- Exhaustivity checking for pattern matching is now much snappier -- thank you @gbasler! ([SI-9181](https://issues.scala-lang.org/browse/SI-9181))
5
6
- 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))
6
7
- 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
21
22
### Obtaining Scala
22
23
23
24
Scala releases are available through a variety of channels, including (but not limited to):
25
+
24
26
- 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)
25
27
- Download a distribution from [scala-lang.org](http://scala-lang.org/download/2.11.7.html)
26
28
- 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
29
31
### Scala 2.11 Notes
30
32
31
33
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
+
32
35
- Details on new features, important changes and deprecations since Scala 2.10.
33
36
- The specification of binary compatibility between minor releases.
0 commit comments