Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a45a9d

Browse files
committed
minor #22291 [Workflow] sync the changelog (xabbuh)
This PR was merged into the 3.3-dev branch. Discussion ---------- [Workflow] sync the changelog | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20751, #21334, #21933, #21935, #21950 | License | MIT | Doc PR | Commits ------- 98a18ee [Workflow] sync the changelog
2 parents c643776 + 98a18ee commit 3a45a9d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Symfony/Component/Workflow/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ CHANGELOG
44
3.3.0
55
-----
66

7+
* Added support for expressions to guard transitions and added an `is_granted()`
8+
function that can be used in these expressions to use the authorization checker.
9+
* The `DefinitionBuilder` class now provides a fluent interface.
10+
* The `AuditTrailListener` now includes the workflow name in its log entries.
711
* Added `workflow.entered` events which is fired after the marking has been set.
812
* Deprecated class name support in `WorkflowRegistry::add()` as second parameter.
913
Wrap the class name in an instance of ClassInstanceSupportStrategy instead.
1014
* Added support for `Event::getWorkflowName()`.
15+
* Added `SupportStrategyInterface` to allow custom strategies to decide whether
16+
or not a workflow supports a subject.

0 commit comments

Comments
 (0)