From ea0f2fa7ceedbbd24c2fc92f3859b32cf5ff12bd Mon Sep 17 00:00:00 2001 From: Antonio Ruiz Date: Thu, 28 Dec 2023 10:22:36 +0100 Subject: [PATCH] doc: C++ client supports now feature toggle variants. (#5733) --- website/docs/reference/feature-toggle-variants.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/reference/feature-toggle-variants.md b/website/docs/reference/feature-toggle-variants.md index 2921a55be2..fbdce80f1c 100644 --- a/website/docs/reference/feature-toggle-variants.md +++ b/website/docs/reference/feature-toggle-variants.md @@ -125,5 +125,6 @@ To make use of toggle variants, you need to use a compatible client. Client SDK - [unleash-client-dotnet](https://github.com/Unleash/unleash-client-dotnet) (from v1.3.6) - [unleash-client-go](https://github.com/Unleash/unleash-client-go) (from v3 branch) - [unleash-client-php](https://github.com/Unleash/unleash-client-php) (from v1.0.0) +- [unleash-client-cpp](https://github.com/aruizs/unleash-client-cpp) (from v1.3.0) If you would like to give feedback on this feature, experience issues or have questions, please feel free to open an issue on [GitHub](https://github.com/Unleash/unleash/).