File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 5.2.0
5+ -----
6+
7+ * Added function ` workflow_transition ` to easily retrieve a specific transition object
8+
495.0.0
510-----
611
@@ -16,7 +21,7 @@ CHANGELOG
1621
1722 * added a new ` TwigErrorRenderer ` for ` html ` format, integrated with the ` ErrorHandler ` component
1823 * marked all classes extending twig as ` @final `
19- * deprecated to pass ` $rootDir ` and ` $fileLinkFormatter ` as 5th and 6th argument respectively to the
24+ * deprecated to pass ` $rootDir ` and ` $fileLinkFormatter ` as 5th and 6th argument respectively to the
2025 ` DebugCommand::__construct() ` method, swap the variables position.
2126 * the ` LintCommand ` lints all the templates stored in all configured Twig paths if none argument is provided
2227 * deprecated accepting STDIN implicitly when using the ` lint:twig ` command, use ` lint:twig - ` (append a dash) instead to make it explicit.
@@ -29,7 +34,7 @@ CHANGELOG
2934
3035 * added the ` form_parent() ` function that allows to reliably retrieve the parent form in Twig templates
3136 * added the ` workflow_transition_blockers() ` function
32- * deprecated the ` $requestStack ` and ` $requestContext ` arguments of the
37+ * deprecated the ` $requestStack ` and ` $requestContext ` arguments of the
3338 ` HttpFoundationExtension ` , pass a ` Symfony\Component\HttpFoundation\UrlHelper `
3439 instance as the only argument instead
3540
You can’t perform that action at this time.
0 commit comments