Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6522931

Browse files
authored
Move note about Draft vs. Stable status to Stability Policy (#1018)
1 parent ce399d5 commit 6522931

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

spec/functions/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ which are REQUIRED for conformance with this specification,
2020
along with _default functions_ that SHOULD be implemented to support
2121
additional functionality.
2222

23-
> [!IMPORTANT]
24-
> _Functions_ that are not marked **Draft** are **Stable** and subject to
25-
> the provisions of the [stability policy](../intro.md#stability-policy).
26-
>
27-
> _Functions_ or _options_ marked as **Draft** are not stable.
28-
> Their name, _operands_, and _options_/_values_, and other requirements
29-
> might change or be removed before being declared **Stable** in a future release.
30-
3123
To **_<dfn>accept</dfn>_** a function means that an implementation MUST NOT
3224
emit an _Unknown Function_ error for that _function_'s _identifier_.
3325
To _accept_ an _option_ means that a _function handler_ MUST NOT

spec/intro.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ Updates to this specification will not remove any _default functions_.
9494
Updates to this specification will not remove any _options_ or _option_ values
9595
defined for _default functions_.
9696

97+
> [!IMPORTANT]
98+
> _Functions_ that are not marked **Draft** are **Stable** and subject to
99+
> the provisions of this stability policy.
100+
>
101+
> _Functions_ or _options_ marked as **Draft** are not stable.
102+
> Their name, _operands_, and _options_/_values_, and other requirements
103+
> might change or be removed before being declared **Stable** in a future release.
104+
97105
> [!NOTE]
98106
> The foregoing policies are _not_ a guarantee that the results of formatting will never change.
99107
> Even when this specification or its implementation do not change,

0 commit comments

Comments
 (0)