File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 5.2.0
5
+ -----
6
+
7
+ * Added function ` getEnabledTransition ` to easily retrieve a specific transition object
8
+
4
9
5.0.0
5
10
-----
6
11
@@ -16,7 +21,7 @@ CHANGELOG
16
21
17
22
* added a new ` TwigErrorRenderer ` for ` html ` format, integrated with the ` ErrorHandler ` component
18
23
* 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
20
25
` DebugCommand::__construct() ` method, swap the variables position.
21
26
* the ` LintCommand ` lints all the templates stored in all configured Twig paths if none argument is provided
22
27
* 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
29
34
30
35
* added the ` form_parent() ` function that allows to reliably retrieve the parent form in Twig templates
31
36
* added the ` workflow_transition_blockers() ` function
32
- * deprecated the ` $requestStack ` and ` $requestContext ` arguments of the
37
+ * deprecated the ` $requestStack ` and ` $requestContext ` arguments of the
33
38
` HttpFoundationExtension ` , pass a ` Symfony\Component\HttpFoundation\UrlHelper `
34
39
instance as the only argument instead
35
40
You can’t perform that action at this time.
0 commit comments