From 19818facc9fe1382289bc60d92305047f120e397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 25 Feb 2021 08:27:35 +0100 Subject: [PATCH] Update docs/user_guide/activation-strategies.md Co-authored-by: Christopher Kolstad --- docs/user_guide/activation-strategies.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/user_guide/activation-strategies.md b/docs/user_guide/activation-strategies.md index 9e4d3a431b..61d8f8c926 100644 --- a/docs/user_guide/activation-strategies.md +++ b/docs/user_guide/activation-strategies.md @@ -37,7 +37,8 @@ A flexible rollout strategy which combines all gradual rollout strategies in to ### Customize stickiness (beta) -By enabling the stickiness option on a custom context field you can use it together with the flexible rollout strategy. This will guarantee a consistent behavior for specific values of this context field. PS! support for this feature currently being supported by the following SDKs: +By enabling the stickiness option on a custom context field you can use it together with the flexible rollout strategy. This will guarantee a consistent behavior for specific values of this context field. +NB! this feature is currently only supported by the following SDKs: - [unleash-client-node](https://github.com/Unleash/unleash-client-node) (from v3.6.0)