File tree 1 file changed +6
-0
lines changed
src/Symfony/Component/Workflow
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ CHANGELOG
4
4
3.3.0
5
5
-----
6
6
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.
7
11
* Added ` workflow.entered ` events which is fired after the marking has been set.
8
12
* Deprecated class name support in ` WorkflowRegistry::add() ` as second parameter.
9
13
Wrap the class name in an instance of ClassInstanceSupportStrategy instead.
10
14
* Added support for ` Event::getWorkflowName() ` .
15
+ * Added ` SupportStrategyInterface ` to allow custom strategies to decide whether
16
+ or not a workflow supports a subject.
You can’t perform that action at this time.
0 commit comments