Skip to content

Commit dcd0a6f

Browse files
committed
slight readme tweaking
1 parent 9d56ca7 commit dcd0a6f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ To use this library, add the following to your `build.sbt`:
2020
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
2121
```
2222

23-
Exception: the 1.0.0 release was withdrawn and should not be used.
24-
25-
All future versions will remain backwards binary compatible with 2.0.0+.
23+
All future versions will remain backwards binary compatible with 2.0.0. (The 1.0.0 release was withdrawn and should not be used.)
2624

2725
## How it works
2826

29-
The 2.13 collections redesign did not break source compatibility for much ordinary code, there are exceptions.
27+
The 2.13 collections redesign did not break source compatibility for most ordinary code, but there are some exceptions.
3028

3129
For example, the `to` method is used with a type parameter in 2.12:
3230

0 commit comments

Comments
 (0)