1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

doc: C++ client supports now feature toggle variants. (#5733)

This commit is contained in:
Antonio Ruiz 2023-12-28 10:22:36 +01:00 committed by GitHub
parent 2588a90f79
commit ea0f2fa7ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/).