Skip to content

Commit 97adf36

Browse files
committed
Fix version referenced in 1.15.0 announcement
1 parent be8a331 commit 97adf36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/news/2023-12-29-announcing-scalajs-1.15.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If upgrading from Scala.js 0.6.x, make sure to read [the release notes of Scala.
3030

3131
This is a **minor** release:
3232

33-
* It is backward binary compatible with all earlier versions in the 1.x series: libraries compiled with 1.0.x through 1.13.x can be used with 1.15.0 without change.
33+
* It is backward binary compatible with all earlier versions in the 1.x series: libraries compiled with 1.0.x through 1.14.x can be used with 1.15.0 without change.
3434
* Despite being a minor release, 1.15.0 is forward binary compatible with 1.13.x or later. It is *not* forward binary compatible with 1.12.x. Libraries compiled with 1.15.0 can be used with 1.13.x or later but not with 1.12.x or earlier.
3535
* It is *not* entirely backward source compatible: it is not guaranteed that a codebase will compile *as is* when upgrading from 1.13.x (in particular in the presence of `-Xfatal-warnings`).
3636

0 commit comments

Comments
 (0)