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
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.
41
25
42
26
43
27
In total, we merged [29 pull requests](https://github.com/scala/scala/pulls?q=is%3Apr+is%3Amerged+milestone%3A2.12.0-RC2).
44
28
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).
45
29
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.
47
31
48
32
### Known issues
49
33
@@ -112,7 +96,7 @@ The following optimizations are available:
112
96
`Either` now supports operations like `map`, `flatMap`, `contains`,
113
97
`toOption`, and so forth, which operate on the right-hand side.
114
98
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.)
116
100
117
101
The changes are source-compatible with old code (except in the
118
102
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
185
169
186
170
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.
187
171
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!
0 commit comments