8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccbe0b commit fd25777Copy full SHA for fd25777
src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+4.0.0
5
+-----
6
+
7
+* Removed `ValidateWorkflowsPass`
8
9
3.3.0
10
-----
11
@@ -47,7 +52,7 @@ CHANGELOG
47
52
`Symfony\Component\Validator\DependencyInjection\AddValidatorInitializersPass` instead
48
53
* Deprecated `AddConstraintValidatorsPass`, use
49
54
`Symfony\Component\Validator\DependencyInjection\AddConstraintValidatorsPass` instead
50
- * Deprecated `ValidateWorkflowsPass`, use
55
+ * Deprecated `ValidateWorkflowsPass`, use
51
56
`Symfony\Component\Workflow\DependencyInjection\ValidateWorkflowsPass` instead
57
58
3.2.0
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ValidateWorkflowsPass.php
0 commit comments