Skip to content

Commit 662baa5

Browse files
committed
Update index.markdown
1 parent ab09b02 commit 662baa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

2.11/index.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The library opens up along the following fault lines: scala-library, scala-xml,
1010
The compiler platform will provide the following services: scala-compiler, scala-interactive, scala-scaladoc, and scala-repl.
1111

1212
We're also slimming down by removing dead or deprecated code, and enabling future weight loss through aggressive deprecation:
13+
1314
- The old implementations of the Pattern Matcher and the Bytecode Emitter have been removed, as they were replaced wholesale in Scala 2.10. The experimental .NET backend had been scrapped, and the search and destroy mission in #1648 snuffed ~5000 chunks of dead code.
1415
- The following packages have been deprecated:
1516
- `scala.actors`: see the [actors migration guide](http://docs.scala-lang.org/overviews/core/actors-migration-guide.html)
@@ -27,10 +28,12 @@ Improve performance of reflection SI-6638
2728
# Stronger
2829

2930
## Language
31+
3032
- Case classes with > 22 parameters are now supported SI-7296
3133
- Infer bounds of existential types SI-1786
3234

3335
## REPL
36+
3437
- @som-snytt added and improved several commands (:javap, :paste, :edit,...)
3538
- @folone and @eed3si9n contributed the `:kind` command to help to tell ground types from type constructors (#2340)
3639
- @rjolly made it possible to embed the repl as a JSR-166 Scripting Engine (#2206).

0 commit comments

Comments
 (0)