File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 6
6
7
7
* Deprecated ` CacheItem::getPreviousTags() ` , use ` CacheItem::getMetadata() ` instead.
8
8
9
+ Config
10
+ ------
11
+
12
+ * Deprecated constructing a ` TreeBuilder ` without passing root node information.
13
+
14
+ DoctrineBridge
15
+ --------------
16
+
17
+ * The ` lazy ` attribute on ` doctrine.event_listener ` tags was removed.
18
+ Listeners are now lazy by default. So any ` lazy ` attributes can safely be removed from those tags.
19
+
9
20
Form
10
21
----
11
22
12
- * Deprecated calling ` FormRenderer::searchAndRenderBlock ` for fields which were already rendered.
23
+ * Deprecated calling ` FormRenderer::searchAndRenderBlock ` for fields which were already rendered.
13
24
Instead of expecting such calls to return empty strings, check if the field has already been rendered.
14
25
15
26
Before:
26
37
{% endfor %}
27
38
```
28
39
29
- Config
30
- ------
31
-
32
- * Deprecated constructing a ` TreeBuilder ` without passing root node information.
33
-
34
40
Security
35
41
--------
36
42
@@ -58,9 +64,3 @@ Serializer
58
64
59
65
* Relying on the default value (false) of the "as_collection" option is deprecated since 4.2.
60
66
You should set it to false explicitly instead as true will be the default value in 5.0.
61
-
62
- DoctrineBridge
63
- --------------
64
-
65
- * The ` lazy ` attribute on ` doctrine.event_listener ` tags was removed.
66
- Listeners are now lazy by default. So any ` lazy ` attributes can safely be removed from those tags.
You can’t perform that action at this time.
0 commit comments