Skip to content

Commit d6bd00c

Browse files
committed
order upgrade entries aplhabetically
1 parent b613538 commit d6bd00c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

UPGRADE-7.2.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Security
1313

1414
* Deprecate argument `$secret` of `RememberMeToken` and `RememberMeAuthenticator`
1515

16-
Yaml
17-
----
18-
19-
* Deprecate parsing duplicate mapping keys whose value is `null`
20-
2116
String
2217
------
2318

2419
* `truncate` method now also accept `TruncateMode` enum instead of a boolean:
2520
* `TruncateMode::Char` is equivalent to `true` value ;
2621
* `TruncateMode::WordAfter` is equivalent to `false` value ;
2722
* `TruncateMode::Word` is a new mode that will cut the sentence on the last word before the limit is reached.
23+
24+
Yaml
25+
----
26+
27+
* Deprecate parsing duplicate mapping keys whose value is `null`

0 commit comments

Comments
 (0)