From 97adf36ac8cc20877f631a3207a92ed177fd1f2c Mon Sep 17 00:00:00 2001 From: Andrew Selvia Date: Sun, 31 Dec 2023 18:53:29 -0500 Subject: [PATCH] Fix version referenced in 1.15.0 announcement --- _posts/news/2023-12-29-announcing-scalajs-1.15.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/news/2023-12-29-announcing-scalajs-1.15.0.md b/_posts/news/2023-12-29-announcing-scalajs-1.15.0.md index 22de80b..8227080 100644 --- a/_posts/news/2023-12-29-announcing-scalajs-1.15.0.md +++ b/_posts/news/2023-12-29-announcing-scalajs-1.15.0.md @@ -30,7 +30,7 @@ If upgrading from Scala.js 0.6.x, make sure to read [the release notes of Scala. This is a **minor** release: -* 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. +* 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. * 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. * 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`).