Skip to content

Commit f367881

Browse files
committed
Tweak wording to distinguish 2.11.1 changes from 2.11.x notes
1 parent a355e2b commit f367881

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hand-written.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@ We apologize for the breakage. We have included a new suite of tests that will e
1414

1515
<!--break-->
1616

17-
This release fixes [26 issues](https://issues.scala-lang.org/browse/SI-8549?jql=project%20%3D%20SI%20AND%20fixVersion%20%3D%20%22Scala%202.11.1%22%20AND%20resolution%20%3D%20fixed%20ORDER%20BY%20priority%20DESC). We reviewed and merged [51 pull requests](https://github.com/scala/scala/issues?milestone=34&state=closed).
17+
Compared to 2.11.0, this release fixes [26 issues](https://issues.scala-lang.org/browse/SI-8549?jql=project%20%3D%20SI%20AND%20fixVersion%20%3D%20%22Scala%202.11.1%22%20AND%20resolution%20%3D%20fixed%20ORDER%20BY%20priority%20DESC). We reviewed and merged [51 pull requests](https://github.com/scala/scala/issues?milestone=34&state=closed).
1818

1919
The next minor Scala 2.11 release will be available in at most 2 months, or sooner if prompted by a serious issue.
2020

21+
The remainder of these release notes summarizes the 2.11.x series, and as such is not specific to this minor release.
22+
2123
### Upgrading
2224
Code that compiled on 2.10.x without deprecation warnings should compile on 2.11.x (we do not guarantee this for experimental APIs, such as reflection). If not, [please file a regression](https://issues.scala-lang.org/secure/CreateIssueDetails!init.jspa?pid=10005&issuetype=1&versions=11808&labels=regression). We are working with the community to ensure availability of the core projects of the Scala 2.11.x eco-system, please see below for a list. This release is *not* binary compatible with the 2.10.x series, to allow us to keep improving the Scala standard library.
2325

0 commit comments

Comments
 (0)