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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ Version 2.0.0 is compatible with Scala 2.13.0-RC2, 2.12 and 2.11.
15
15
16
16
Note that there are multiple ways to cross-build projects, see https://github.com/scala/collection-strawman/wiki/FAQ#how-do-i-cross-build-my-project-against-scala-212-and-scala-213.
17
17
18
-
**Note**: Please do not release any artifacts against version 1.0.0. Due to [#195](https://github.com/scala/scala-collection-compat/issues/195) we are planning on releasing 2.0.0 that is neither source nor binary compatible with 1.0.0.
18
+
**Note**: Please do not release any artifacts against version 1.0.0, due to [#195](https://github.com/scala/scala-collection-compat/issues/195).
19
19
20
-
Starting with version 1.0.0 backwards binary compatibility will be enforced within each major version (i.e. anything prior to 2.0.0 will be compatible).
20
+
Backwards binary compatibility will be enforced within each major version (i.e. all 1.x.y releases will be binary compatible).
21
21
22
-
The 2.13 collections are mostly backwards compatible, but there are some exceptions. For example, the `to` method is used with a type parameter in 2.12:
22
+
The 2.13 collections are mostly backwards source-compatible, but there are some exceptions. For example, the `to` method is used with a type parameter in 2.12:
0 commit comments