Skip to content

Commit

Permalink
Update v5_MIGRATION_GUIDE.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Leek <[email protected]>
  • Loading branch information
sighphyre and daveleek authored Nov 5, 2024
1 parent 9966d2b commit df62c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v5_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Custom strategies no longer provide the option to access the constraints in thei

## Direct access to feature toggles

Direct access to the feature toggle objects through `UnleashClient.FeatureToggles` has been removed. All classes related to the internal representation of feature toggles is no longer publicly accessible in the SDK.
Direct access to the feature toggle objects through `UnleashClient.FeatureToggles` has been removed. All classes related to the internal representation of feature toggles are no longer publicly accessible in the SDK.

The SDK now provides a `UnleashClient.ListKnownToggles` method, which will return a list of feature toggle names, their type and the project they're bound to.

Expand Down

0 comments on commit df62c1e

Please sign in to comment.