Skip to content

Commit

Permalink
Add status
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbaert committed Apr 25, 2022
1 parent 375d917 commit 173cafc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion specification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ An implementation is not compliant if it fails to satisfy one or more of the "MU

| Status | Explanation |
| -------------------- | ----------------------------- |
| No explicit "Status" | Equivalent to Experimental. |
| No Explicit "Status" | Equivalent to Experimental. |
| Experimental | Breaking changes are allowed. |
2 changes: 2 additions & 0 deletions specification/flag-evaluation/flag-evaluation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Flag Evaluation API

**Status**: [Experimental](../README.md#document-statuses)

## Overview

The `evaluation API` allows for the evaluation of feature flag values, independent of any flag control plane or vendor. In the absence of a [provider](../provider/providers.md) the `evaluation API` uses the "No-op provider", which simply returns the supplied default flag value.
Expand Down

0 comments on commit 173cafc

Please sign in to comment.