diff --git a/_layouts/sip.html b/_layouts/sip.html index 90174048d..200549e1b 100644 --- a/_layouts/sip.html +++ b/_layouts/sip.html @@ -24,12 +24,13 @@
This proposal has been implemented, - {% if page.status == "accepted" %} - it will be available in the next minor release of the compiler. - {% else if page.status == "shipped" %} + {% if page.shipped %} + it has been made available as a preview feature in Scala {{ page.shipped }} and + will be activated by default in the next minor release of the compiler. + {% else %} it is available in the latest version of the compiler. {% endif %}
diff --git a/_sips/all.md b/_sips/all.md index 19c649b9d..3c9ec7630 100644 --- a/_sips/all.md +++ b/_sips/all.md @@ -25,7 +25,7 @@ of the compiler (accepted). Click on a proposal to read its content.