From ad9709f235429ef50843f713d0e8c4478e9614d8 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 9 Mar 2022 13:44:25 +0100 Subject: [PATCH] Tell the user what was available prior to 4.9 --- website/docs/advanced/strategy-constraints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/strategy-constraints.md b/website/docs/advanced/strategy-constraints.md index fd07a14a62..8c42ad4a96 100644 --- a/website/docs/advanced/strategy-constraints.md +++ b/website/docs/advanced/strategy-constraints.md @@ -6,7 +6,7 @@ title: Strategy Constraints :::info Availability Strategy constraints are available to Unleash Pro and Enterprise users. -Unleash 4.9 introduced a more comprehensive set of constraint operators. These require that both Unleash *and* your client SDK of choice support them. See the [SDK compatibility table](../sdks/index.md#server-side-compatibility-table) for more information. +Unleash 4.9 introduced a more comprehensive set of constraint operators. These require that both Unleash *and* your client SDK of choice support them. See the [SDK compatibility table](../sdks/index.md#server-side-compatibility-table) for more information. Prior to Unleash 4.9, the only available operators were `IN` and `NOT_IN`. ::: :::tip