@@ -32,11 +32,10 @@ redirect_from:
32
32
* [ Iterators] ( /overviews/collections/iterators.html )
33
33
* [ Creating Collections From Scratch] ( /overviews/collections/creating-collections-from-scratch.html )
34
34
* [ Conversions Between Java and Scala Collections] ( /overviews/collections/conversions-between-java-and-scala-collections.html )
35
- * [ Migrating from Scala 2.7] ( /overviews/collections/migrating-from-scala-27.html )
36
35
* [ The Architecture of Scala Collections] ( /overviews/core/architecture-of-scala-collections.html )
37
- * [ String Interpolation] ( /overviews/core/string-interpolation.html ) < span class = " label success " >New in 2.10</ span >
38
- * [ Implicit Classes] ( /overviews/core/implicit-classes.html ) < span class = " label success " >New in 2.10</ span >
39
- * [ Value Classes and Universal Traits] ( /overviews/core/value-classes.html ) < span class = " label success " >New in 2.10</ span >
36
+ * [ String Interpolation] ( /overviews/core/string-interpolation.html )
37
+ * [ Implicit Classes] ( /overviews/core/implicit-classes.html )
38
+ * [ Value Classes and Universal Traits] ( /overviews/core/value-classes.html )
40
39
* [ Binary Compatibility of Scala Releases] ( /overviews/core/binary-compatibility-of-scala-releases.html )
41
40
42
41
<div class =" page-header-index " >
@@ -52,7 +51,7 @@ redirect_from:
52
51
<div class =" page-header-index " >
53
52
<h2 >Parallel and Concurrent Programming</h2 >
54
53
</div >
55
- * [ Futures and Promises] ( /overviews/core/futures.html ) < span class = " label success " >New in 2.10</ span >
54
+ * [ Futures and Promises] ( /overviews/core/futures.html )
56
55
* Scala's Parallel Collections Library
57
56
* [ Overview] ( /overviews/parallel-collections/overview.html )
58
57
* [ Concrete Parallel Collection Classes] ( /overviews/parallel-collections/concrete-parallel-collections.html )
@@ -62,7 +61,7 @@ redirect_from:
62
61
* [ Creating Custom Parallel Collections] ( /overviews/parallel-collections/custom-parallel-collections.html )
63
62
* [ Configuring Parallel Collections] ( /overviews/parallel-collections/configuration.html )
64
63
* [ Measuring Performance] ( /overviews/parallel-collections/performance.html )
65
- * [ The Scala Actors Migration Guide] ( /overviews/core/actors-migration-guide.html ) < span class = " label success " >New in 2.10</ span >
64
+ * [ The Scala Actors Migration Guide] ( /overviews/core/actors-migration-guide.html )
66
65
* [ The Scala Actors API] ( /overviews/core/actors.html ) <span class =" label important " >Deprecated</span >
67
66
68
67
<div class =" page-header-index " >
0 commit comments