diff --git a/UPGRADE-4.3.md b/UPGRADE-4.3.md index 4cbf221623..2c792ff47a 100644 --- a/UPGRADE-4.3.md +++ b/UPGRADE-4.3.md @@ -155,7 +155,7 @@ TwigBridge Workflow -------- - * `initial_place` is deprecated in favour of `initial_places`. + * `initial_place` is deprecated in favour of `initial_marking`. Before: ```yaml @@ -170,12 +170,9 @@ Workflow framework: workflows: article: - initial_places: [draft] + initial_marking: [draft] ``` -Workflow --------- - * `MarkingStoreInterface::setMarking()` will have a third argument in Symfony 5.0. Before: