Skip to content

Commit 03de7f4

Browse files
committed
minor symfony#27781 Respect alpha order in UPGRADE-4.2 file (ogizanagi)
This PR was merged into the 4.2-dev branch. Discussion ---------- Respect alpha order in UPGRADE-4.2 file | Q | A | ------------- | --- | Branch? | master <!-- see below --> | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Commits ------- d5c1cc0 Respect alpha order in UPGRADE-4.2 file
2 parents dd6ef5b + d5c1cc0 commit 03de7f4

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

UPGRADE-4.2.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,21 @@ Cache
66

77
* Deprecated `CacheItem::getPreviousTags()`, use `CacheItem::getMetadata()` instead.
88

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+
920
Form
1021
----
1122

12-
* Deprecated calling `FormRenderer::searchAndRenderBlock` for fields which were already rendered.
23+
* Deprecated calling `FormRenderer::searchAndRenderBlock` for fields which were already rendered.
1324
Instead of expecting such calls to return empty strings, check if the field has already been rendered.
1425

1526
Before:
@@ -26,11 +37,6 @@ Form
2637
{% endfor %}
2738
```
2839

29-
Config
30-
------
31-
32-
* Deprecated constructing a `TreeBuilder` without passing root node information.
33-
3440
Security
3541
--------
3642

@@ -58,9 +64,3 @@ Serializer
5864

5965
* Relying on the default value (false) of the "as_collection" option is deprecated since 4.2.
6066
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.

0 commit comments

Comments
 (0)