Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a45a9d

Browse filesBrowse 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
Copy full SHA for 3a45a9d

File tree

1 file changed

+6
-0
lines changed
Filter options

1 file changed

+6
-0
lines changed

‎src/Symfony/Component/Workflow/CHANGELOG.md

Copy file name to clipboardExpand all lines: src/Symfony/Component/Workflow/CHANGELOG.md
+6Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.