From 7e54b54b0d51f1f0c2369ce92e3a0532f7e3a82d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Thu, 16 Nov 2017 15:58:09 +0100 Subject: [PATCH] Update activation-strategies.md --- docs/activation-strategies.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/activation-strategies.md b/docs/activation-strategies.md index 777e477313..ca2d7fe504 100644 --- a/docs/activation-strategies.md +++ b/docs/activation-strategies.md @@ -26,6 +26,9 @@ value to a number between 1 and 100 with a simple modulo operator. ![hash_and_normalise](assets/hash_and_normalise.png) +Starting from v3.x all clients should use the 32bit Murmur-hash algorithm to normalize values. +([issue 247](https://github.com/Unleash/unleash/issues/247)) + **Parameters** - percentage - *The percentage (0-100) you want to enable to feature toggle for.* - groupId - *Used to define a activation groups, which allows you to correlate across feature toggles.*