From 2682adf02a11367cbfc5b90b4edff1724fa5daa5 Mon Sep 17 00:00:00 2001 From: Kamil Grygierzec Date: Tue, 19 Nov 2024 11:13:10 +0100 Subject: [PATCH] Add missing info about removed parameter in 2.0 --- UPGRADE-2.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADE-2.0.md b/UPGRADE-2.0.md index 31179df432..f53a4bb2ab 100644 --- a/UPGRADE-2.0.md +++ b/UPGRADE-2.0.md @@ -416,6 +416,7 @@ your app as necessary. #### Sylius State Machine Abstraction +- Removed `sylius_core.state_machine` configuration parameter. - Changed `sylius_state_machine_abstraction.default_adapter` from `winzou_state_machine` to `symfony_workflow`. #### Resource