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: _posts/2014-01-28-release-notes-2.11.0-M8.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ If your code compiled on 2.10.x without deprecation warnings, it should compile
14
14
We are working with the community to ensure availability of the core artifacts of the Scala 2.11.x eco-system.
15
15
This release is *not* binary compatible with the 2.10.x series, so that we can keep improving the Scala standard library.
16
16
17
-
Scala 2.11.0-M8 is available for download from [scala-lang.org](https://scala-lang.org/download/2.11.0-M8.html)
17
+
Scala 2.11.0-M8 is available for download from scala-lang.org
18
18
or from [Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.scala-lang%22%20AND%20v%3A%222.11.0-M8%22).
19
19
20
20
The Scala team and contributors [fixed 119 issues](https://issues.scala-lang.org/issues/?jql=project+%3D+SI+AND+fixVersion+%3D+%22Scala+2.11.0-M8%22+AND+status+%3D+CLOSED+ORDER+BY+priority+DESC) via [174 merged pull requests](https://github.com/scala/scala/issues?milestone=26&page=1&state=closed)!
Copy file name to clipboardExpand all lines: _posts/2014-05-21-release-notes-2.11.1.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This release contains [an important fix](https://github.com/scala/scala/pull/371
14
14
The fix necessarily breaks serialization compatibility between 2.11.0 and 2.11.1 (this is separate from binary compatibility, which is maintained).
15
15
16
16
Users of distributed systems that rely on serialization to exchange objects (such as akka) should upgrade to Scala 2.11.1 (and akka 2.3.3) immediately.
17
-
We also strongly recommend that libraries that themselves declare classes with [@SerialVersionUID](https://www.scala-lang.org/api/2.11.1/index.html#scala.SerialVersionUID) annotations release a new version and ask their Scala 2.11 users to upgrade.
17
+
We also strongly recommend that libraries that themselves declare classes with `@SerialVersionUID` annotations release a new version and ask their Scala 2.11 users to upgrade.
18
18
19
19
We apologize for the breakage. We have included a new suite of tests that will ensure stability of serialization for the remainder of the 2.11.x series.
0 commit comments