diff --git a/website/docs/topics/the-anatomy-of-unleash.mdx b/website/docs/topics/the-anatomy-of-unleash.mdx index c20d9e22f7..82f07cf9b5 100644 --- a/website/docs/topics/the-anatomy-of-unleash.mdx +++ b/website/docs/topics/the-anatomy-of-unleash.mdx @@ -138,9 +138,12 @@ A feature toggle can have as many variants as you want. Prior to 4.21, variants were independent of [environments](../reference/environments.md). In other words: if you're on 4.19 or lower, you’ll always have the exact same variants with the exact same weightings and the exact same payloads in all environments. +
+ As of version 4.21, a feature can have different variants in different environments. For instance, a development environment might have no variants, while a production environment has 2 variants. Payloads, weightings and anything else can also differ between environments. -
+
+ ## Use case: changing website colors {#use-case} diff --git a/website/static/img/anatomy-of-unleash-variants-per-environment.png b/website/static/img/anatomy-of-unleash-variants-per-environment.png new file mode 100644 index 0000000000..983af4a114 Binary files /dev/null and b/website/static/img/anatomy-of-unleash-variants-per-environment.png differ