Skip to content

Commit 5c72f05

Browse files
committed
Feedback from SethTisue
1 parent a108c89 commit 5c72f05

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

news/_posts/2016-10-18-release-notes-2.12.0-RC2.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,13 @@ Here are the [most noteworthy fixes](https://github.com/scala/scala/pulls?q=is%3
2121
- [#5430](https://github.com/scala/scala/pull/5430) Emit `object` in method like `lazy val`;
2222
- [#5442](https://github.com/scala/scala/pull/5442) [SI-9943](https://issues.scala-lang.org/browse/SI-9943) `sealed` class does not yield SAM type;
2323

24-
25-
The most notable changes since M5 are:
26-
27-
- [#5135](https://github.com/scala/scala/pull/5135): Either is now
28-
right-biased
29-
- [SI-4826](https://issues.scala-lang.org/browse/SI-4826): Scaladoc now
30-
supports doc comments in Java sources
31-
- [SI-7187](https://issues.scala-lang.org/browse/SI-7187): Eta-expansion of
32-
zero-argument method values is now deprecated
33-
- [#5307](https://github.com/scala/scala/pull/5307): Reduced interference
34-
from SAMs when inferring function types in the presence of overload
35-
- [#5141](https://github.com/scala/scala/pull/5141) /
36-
[#5294](https://github.com/scala/scala/pull/5294): Refactoring
37-
of `def`, `val`, and `lazy val` handling, fixing assorted corner
38-
cases and inconsistencies
39-
- [#5311](https://github.com/scala/scala/pull/5311): Scala is now built with
40-
sbt instead of Ant (affects only contributors, not users)
24+
The [RC1 release notes](http://scala-lang.org/news/2.12.0-RC1) have a list of important changes since M5.
4125

4226

4327
In total, we merged [29 pull requests](https://github.com/scala/scala/pulls?q=is%3Apr+is%3Amerged+milestone%3A2.12.0-RC2).
4428
This milestone resolves [6 JIRA tickets](https://issues.scala-lang.org/issues/?jql=project%20%3D%20SI%20AND%20status%20%3D%20CLOSED%20AND%20resolution%20%3D%20Fixed%20AND%20fixVersion%20%3D%20%22Scala%202.12.0-RC2%22%20ORDER%20BY%20component%20ASC%2C%20priority%20DESC) and [9 scala-dev issues](https://github.com/scala/scala-dev/milestone/9?closed=1).
4529

46-
As usual for Scala pre-releases, 2.12.0-RC2 is not guaranteed to be binary compatible with any other Scala version, including any 2.12 milestones.
30+
As usual for Scala pre-releases, 2.12.0-RC2 is not guaranteed to be binary compatible with any other Scala version, including any 2.12 milestones and release candidates.
4731

4832
### Known issues
4933

@@ -112,7 +96,7 @@ The following optimizations are available:
11296
`Either` now supports operations like `map`, `flatMap`, `contains`,
11397
`toOption`, and so forth, which operate on the right-hand side.
11498

115-
(`.left` and `.right` will be deprecated in favor of `.swap` in a later release.)
99+
(`.left` and `.right` may be deprecated in favor of `.swap` in a later release.)
116100

117101
The changes are source-compatible with old code (except in the
118102
presence of conflicting extension methods).
@@ -185,7 +169,7 @@ The [Scala 2.11.1 release notes](http://scala-lang.org/news/2.11.1) explain in m
185169

186170
A big thank you to everyone who's helped improve Scala by reporting bugs, improving our documentation, spreading kindness in mailing lists and other public fora, and submitting and reviewing pull requests! You are all magnificent.
187171

188-
According to `git shortlog -sn --no-merges v2.12.0-RC1..v2.12.0-RC2`, the following contributors helped to realize this milestone: Adriaan Moors, Jason Zaugg, Lukas Rytz, Seth Tisue, Stefan Zeiger, Antoine Gourlay, Raphael Jolly. Thank you!
172+
According to `git shortlog -sn --no-merges v2.12.0-RC1..v2.12.0-RC2`, the following contributors helped to realize this release candidate: Adriaan Moors, Jason Zaugg, Lukas Rytz, Seth Tisue, Stefan Zeiger, Antoine Gourlay, Raphael Jolly. Thank you!
189173

190174
## Release notes
191175

0 commit comments

Comments
 (0)