Skip to content

Commit ec42953

Browse files
committed
Last clarifications
1 parent ba28464 commit ec42953

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

blog/_posts/2021-10-21-scala-3.1.0-released.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ This is a first *minor* release after the initial release of Scala 3.0. This has
1212

1313
- Scala 3.1 is backward binary compatible: you can use dependencies compiled with Scala 3.0 in 3.1 projects.
1414
- Scala 3.1 is _not_ forward binary compatible: you _cannot_ use dependencies compiled with Scala 3.1 in Scala 3.0 projects.
15-
- Updating Scala to 3.1 is not a forward compatible change. If you are a library maintainer and are following SemVer you may want to update in your next minor release.
1615

1716
Although we cannot guarantee full source compatibility between minor versions, we have put a lot of effort into assuring that all code that was working in 3.0.2, except in some rare cases, will also work in 3.1.0. This means that if you are an application developer, you can confidently update the compiler version to take advantage of the newest improvements. You will still be able to use dependencies compiled with Scala 3.0.
1817

@@ -102,7 +101,7 @@ Beside that Scala 3.1.0 introduced multiple small improvements and fixed a handf
102101

103102
## What's next
104103

105-
During the Scala 3.1.0 stabilization period, which took the last six weeks, we haven't stopped improving the language and fixing the in the compiler. You can already test the results of our work, using the published release candidates: Scala 3.1.1-RC1. [The full changelog](https://github.com/lampepfl/dotty/releases/tag/3.1.1-RC1) is as always available on GitHub.
104+
During the Scala 3.1.0 stabilization period, which took the last six weeks, we haven't stopped improving the language and fixing the bugs in the compiler. You can already test the results of our work, using the published release candidate: Scala 3.1.1-RC1. [The full changelog](https://github.com/lampepfl/dotty/releases/tag/3.1.1-RC1) is as always available on GitHub.
106105

107106
You can expect the stable release of Scala 3.1.1 in early December.
108107

@@ -163,7 +162,7 @@ According to `git shortlog -sn --no-merges 3.0.2..3.1.0` these are:
163162

164163
## Library authors: Join our community build
165164

166-
Scala 3 now has a set of widely-used community libraries that are built against every nightly Scala 3 snapshot.
165+
Scala 3 has a set of widely-used community libraries that are built against every nightly Scala 3 snapshot.
167166
Join our [community build](https://github.com/lampepfl/dotty/tree/master/community-build)
168167
to make sure that our regression suite includes your library.
169168

0 commit comments

Comments
 (0)