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
* Add conditional display for shipped field showing preview feature availability with link to documentation
* Add new SIP-71 (into) proposal
* Minor updates to SIP-61, SIP-62, and SIP-68 in sync with SIP repository
It might be available as an experimental feature in the latest version of the compiler.
25
25
{% endif %}
26
26
</p>
27
-
{% else if page.stage == "completed" %}
27
+
{% elsif page.stage == "completed" and page.status == "shipped" %}
28
28
<p>
29
29
This proposal has been implemented,
30
-
{% if page.status == "accepted" %}
31
-
it will be available in the next minor release of the compiler.
32
-
{% else if page.status == "shipped" %}
30
+
{% if page.shipped %}
31
+
it has been made available as a <ahref="https://scala-lang.org/api/3.x/docs/docs/reference/preview/index.html">preview feature</a> in Scala {{ page.shipped }} and
32
+
will be activated by default in the next minor release of the compiler.
33
+
{% else %}
33
34
it is available in the latest version of the compiler.
0 commit comments