Skip to content

Commit f415183

Browse files
committed
Merge pull request #159 from adriaanm/2.11.0-M8
fixup 2.11.0-M8 announcement
2 parents 18b6d1d + 4552943 commit f415183

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

news/_posts/2014-01-28-release-notes-2.11.0-M8.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
layout: news
33
post-type: announcement
44
title: "Scala 2.11.0-M8 is now available!"
5+
56
---
7+
68
We are pleased to announce the final milestone release of Scala 2.11.0!
79

810
Please do try out this release to help us find any regressions before the first release candidate, which is scheduled for February 18.
@@ -35,41 +37,27 @@ Have a look at the [getting started guide](http://scala-ide.org/docs/user/gettin
3537
This release contains all of the bug fixes and improvements made in the 2.10 series, as well as:
3638

3739
* Modularization
38-
3940
* The core Scala standard library jar has shed 20% of its bytecode. The modules for xml, parsing, and swing are available individually or via [scala-library-all](http://search.maven.org/#artifactdetails%7Corg.scala-lang%7Cscala-library-all%7C2.11.0-M8%7Cpom).
40-
4141
* The compiler has been internally modularized, to separate the presentation compiler, scaladoc
4242
and the REPL. In this release, all of these modules are still packaged in scala-compiler.jar.
4343
We plan to ship them in separate JARs in 2.12.x.
4444
* Slimming down
45-
4645
* The experimental .NET backend has been removed from the compiler.
47-
4846
* In Scala 2.10.0, new implementations of the Pattern Matcher and the Bytecode Emitter
4947
were shipped. We have now removed the old implementations.
50-
5148
* 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 the distribution since 2.10.0.
52-
5349
* Search and destroy mission for ~5000 chunks of dead code. [#1648](https://github.com/scala/scala/pull/1648/files)
5450
* Language
55-
5651
* Case classes with > 22 parameters are now supported [SI-7296](https://issues.scala-lang.org/browse/SI-7296)
57-
5852
* Infer bounds of existential types [SI-1786](https://issues.scala-lang.org/browse/SI-1786)
5953
* REPL
60-
6154
* 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)!)
62-
6355
* 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)!)
64-
6556
* 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)!)
6657
* Performance
67-
6858
* Branch elimination through constant analysis [#2214](https://github.com/scala/scala/pull/2214)
69-
7059
* Improve performance of reflection [SI-6638](https://issues.scala-lang.org/browse/SI-6638)
7160
* Warnings
72-
7361
* Warn about unused private / local terms and types, and unused imports, under `-Xlint`. This will even tell you
7462
when a local `var` could be a `val`. (We might move these warnings to a separate command line option before
7563
the final release, your feedback is welcome here.)
@@ -88,11 +76,11 @@ This release contains all of the bug fixes and improvements made in the 2.10 ser
8876
13 | <notextile>Som Snytt</notextile>
8977
11 | <notextile>Paul Phillips</notextile>
9078
10 | <notextile>Rex Kerr</notextile>
91-
9 | <notextile>VladimirNik</notextile>
79+
9 | <notextile>Vladimir Nikolaev</notextile>
9280
8 | <notextile>Mirco Dotta</notextile>
9381
7 | <notextile>Miguel Garcia</notextile>
94-
7 | <notextile>R&radic;&ordm;diger Klaehn</notextile>
95-
5 | <notextile>Fran&radic;&szlig;ois Garillot</notextile>
82+
7 | <notextile>R&uuml;diger Klaehn</notextile>
83+
5 | <notextile>Fran&ccedil;ois Garillot</notextile>
9684
4 | <notextile>Simon Schaefer</notextile>
9785
4 | <notextile>Luc Bourlier</notextile>
9886
3 | <notextile>Denys Shabalin</notextile>

0 commit comments

Comments
 (0)