From 1ecfb3946acf8c1734f2d00f2ff475817b126904 Mon Sep 17 00:00:00 2001 From: Simon Hornby Date: Thu, 26 Sep 2024 16:25:46 +0200 Subject: [PATCH] Update v6_MIGRATION_GUIDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Gastón Fournier --- v6_MIGRATION_GUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v6_MIGRATION_GUIDE.md b/v6_MIGRATION_GUIDE.md index f28a1a7e..cc3db7b4 100644 --- a/v6_MIGRATION_GUIDE.md +++ b/v6_MIGRATION_GUIDE.md @@ -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.