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
Have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
20
20
@@ -32,14 +32,14 @@ This release contains all of the bug fixes and improvements made in the 2.10 ser
32
32
were shipped. We have now removed the old implementations.
33
33
* scala-actors is now deprecated; we advise users to follow the steps in the [Actors Migration Guide](http://docs.scala-lang.org/overviews/core/actors-migration-guide.html) to port to Akka Actors, which have been included in
34
34
the distribution since 2.10.0.
35
-
* Search and destroy mission for ~5000 chunks of dead code. (#1648)[https://github.com/scala/scala/pull/1648/files]
35
+
* Search and destroy mission for ~5000 chunks of dead code. [#1648](https://github.com/scala/scala/pull/1648/files)
36
36
* Language
37
37
* Case classes with > 22 parameters are now supported [SI-7296](https://issues.scala-lang.org/browse/SI-7296)
38
38
* Infer bounds of existential types [SI-1786](https://issues.scala-lang.org/browse/SI-1786)
39
39
* REPL
40
-
* The bytecode decompiler command, :javap, now works with Java 7 [SI-4936](https://issues.scala-lang.org/browse/SI-4936) and has sprouted new options [SI-6894](https://issues.scala-lang.org/browse/SI-6894) (Thanks, Andrew Marki!)
41
-
* Added command :kind to help to tell ground types from type constructors. [#2340](https://github.com/scala/scala/pull/2340) (Thanks, George Leontiev and Eugene Yokata!)
42
-
* The interpreter can now be embedded as a JSR-166 Scripting Engine [SI-874](https://issues.scala-lang.org/browse/SI-874). (Thanks, Raphael Jolly!)
40
+
* The bytecode decompiler command, :javap, now works with Java 7 [SI-4936](https://issues.scala-lang.org/browse/SI-4936) and has sprouted new options [SI-6894](https://issues.scala-lang.org/browse/SI-6894) (Thanks, [Andrew Marki](https://github.com/som-snytt)!)
41
+
* Added command :kind to help to tell ground types from type constructors. [#2340](https://github.com/scala/scala/pull/2340) (Thanks, [George Leontiev](https://github.com/folone) and [Eugene Yokota](https://github.com/eed3si9n)!)
42
+
* The interpreter can now be embedded as a JSR-166 Scripting Engine [SI-874](https://issues.scala-lang.org/browse/SI-874). (Thanks, [Raphael Jolly](https://github.com/rjolly)!)
43
43
* Performance
44
44
* Branch elimination through constant analysis [#2214](https://github.com/scala/scala/pull/2214)
45
45
* Improve performance of reflection [SI-6638](https://issues.scala-lang.org/browse/SI-6638)
Copy file name to clipboardExpand all lines: release-notes.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ <h3>Scala 2.11.0-M3 is now available!</h3>
8
8
<p>We are pleased to announce the next milestone release of Scala 2.11.0!</p><p>This is a pre-release software. You can see our plans for upcoming Scala releases on our <ahref="https://issues.scala-lang.org/browse/SI#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel">Roadmap</a>. For production use, we recommend the latest stable release, 2.10.1.</p><p>The Scala team and contributors <ahref="https://issues.scala-lang.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+SI+AND+%28fixVersion+%3D+%22Scala+2.11.0-M1%22+OR+fixVersion+%3D+%22Scala+2.11.0-M2%22+OR+fixVersion+%3D+%22Scala+2.11.0-M3%22%29+AND+status+%3D+closed+ORDER+BY+priority+DESC">fixed 108 issues</a>, in addition to <ahref="https://issues.scala-lang.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+SI+AND+%28fixVersion+%3D+%22Scala+2.10.2-RC1%22%29+AND+status+%3D+closed+ORDER+BY+priority+DESC">those fixed in the upcoming 2.10.2</a>, which are also included in this release.</p><p>Please give 2.11.0-M3 a spin! This release is <em>not</em> binary compatible with the 2.10.x series, so you will need to obtain builds of your dependencies. Once we start the release candidates, we will coordinate with the open source community to release these simultaneously, but for these milestones we are not asking library authors to go to that trouble.</p><p>We'd love to hear about any regressions since 2.10.1. You can file bugs in <ahref="https://issues.scala-lang.org/secure/CreateIssue.jspa?pid=10005&issuetype=1">JIRA</a>. Before doing so, please search for existing bugs and/or consult with the <ahref="https://groups.google.com/forum/?fromgroups#!forum/scala-user">scala-user</a> mailing list to be sure it is a geniune problem. Please set the 'Affects Version' field to 2.11.0-M3 and add the tag <code>regression</code>.</p>
9
9
<!--break--><h3>Scala IDE for Eclipse</h3><p>The Scala IDE with Scala 2.11.0-M3 built right in is available through one of the following update-sites:</p>
</ul><p>Have a look at the <ahref="http://scala-ide.org/docs/user/gettingstarted.html">getting started guide</a> for more info.</p><h3>New features in the 2.11 series</h3><p>This release contains all of the bug fixes and improvements made in the 2.10 series, as well as:</p>
13
13
<ul>
14
14
<li>Modularization
@@ -20,7 +20,7 @@ <h3>Scala 2.11.0-M3 is now available!</h3>
20
20
<li>The experimental .NET backend has been removed from the compiler.</li>
21
21
<li>In Scala 2.10.0, new implementations of the Pattern Matcher and the Bytecode Emitter were shipped. We have now removed the old implementations.</li>
22
22
<li>scala-actors is now deprecated; we advise users to follow the steps in the <ahref="http://docs.scala-lang.org/overviews/core/actors-migration-guide.html">Actors Migration Guide</a> to port to Akka Actors, which have been included in the distribution since 2.10.0.</li>
23
-
<li>Search and destroy mission for ~5000 chunks of dead code. (#1648)[https://github.com/scala/scala/pull/1648/files]</li>
23
+
<li>Search and destroy mission for ~5000 chunks of dead code. <ahref="https://github.com/scala/scala/pull/1648/files">#1648</a></li>
24
24
</ul></li>
25
25
<li>Language
26
26
<ul>
@@ -29,9 +29,9 @@ <h3>Scala 2.11.0-M3 is now available!</h3>
29
29
</ul></li>
30
30
<li>REPL
31
31
<ul>
32
-
<li>The bytecode decompiler command, :javap, now works with Java 7 <ahref="https://issues.scala-lang.org/browse/SI-4936">SI-4936</a> and has sprouted new options <ahref="https://issues.scala-lang.org/browse/SI-6894">SI-6894</a> (Thanks, Andrew Marki!)</li>
33
-
<li>Added command :kind to help to tell ground types from type constructors. <ahref="https://github.com/scala/scala/pull/2340">#2340</a> (Thanks, George Leontiev and Eugene Yokata!)</li>
34
-
<li>The interpreter can now be embedded as a JSR-166 Scripting Engine <ahref="https://issues.scala-lang.org/browse/SI-874">SI-874</a>. (Thanks, Raphael Jolly!)</li>
32
+
<li>The bytecode decompiler command, :javap, now works with Java 7 <ahref="https://issues.scala-lang.org/browse/SI-4936">SI-4936</a> and has sprouted new options <ahref="https://issues.scala-lang.org/browse/SI-6894">SI-6894</a> (Thanks, <ahref="https://github.com/som-snytt">Andrew Marki</a>!)</li>
33
+
<li>Added command :kind to help to tell ground types from type constructors. <ahref="https://github.com/scala/scala/pull/2340">#2340</a> (Thanks, <ahref="https://github.com/folone">George Leontiev</a> and <ahref="https://github.com/eed3si9n">Eugene Yokota</a>!)</li>
34
+
<li>The interpreter can now be embedded as a JSR-166 Scripting Engine <ahref="https://issues.scala-lang.org/browse/SI-874">SI-874</a>. (Thanks, <ahref="https://github.com/rjolly">Raphael Jolly</a>!)</li>
0 commit comments