Skip to content

Commit

Permalink
Update v6_MIGRATION_GUIDE.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gastón Fournier <[email protected]>
  • Loading branch information
sighphyre and gastonfournier authored Sep 26, 2024
1 parent 8d5eb7c commit 1ecfb39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions v6_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The deprecated `register_custom_strategies` method has been removed. You can con

## Direct access to strategy objects

**Note:** If you're not using the method `known_strategies` this section doesn't affect you

The objects for base strategies are no longer directly accessible via the SDK. The `known_strategies` method only returns custom strategies registered by the user. To check if a custom strategy will override either a built-in or custom strategy, use the `includes?` method (returns false if the name is available).

It is strongly discouraged to access or modify any properties of the built-in strategies other than the name. In version 6+, this is a hard requirement.
Expand Down

0 comments on commit 1ecfb39

Please sign in to comment.