File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 464
464
</sect3 >
465
465
</sect2 >
466
466
467
+ <sect2 xml : id =" migration84.incompatible.date" >
468
+ <title >Date</title >
469
+
470
+ <para >
471
+ <literal >number</literal > symbols in <link linkend =" datetime.formats.relative" >relative formats</link >
472
+ once again accept multiple signs, e.g. <literal >+-2</literal >.
473
+ </para >
474
+ </sect2 >
475
+
467
476
<sect2 xml : id =" migration84.incompatible.dom" >
468
477
<title >DOM</title >
469
478
Original file line number Diff line number Diff line change @@ -1201,14 +1201,22 @@ object(DateTimeImmutable)#1 (3) {
1201
1201
</row >
1202
1202
</thead >
1203
1203
<tbody >
1204
+ <row >
1205
+ <entry >8.4.0</entry >
1206
+ <entry >
1207
+ <literal >number</literal > now again accepts a plus sign followed by a
1208
+ minus sign, e.g. <literal >+-2</literal >, and other combinations of
1209
+ multiple signs.
1210
+ </entry >
1211
+ </row >
1204
1212
<row >
1205
1213
<entry >8.2.0</entry >
1206
1214
<entry >
1207
- <literal >number</literal > no longer accepts multiple signs,
1208
- e.g. <literal >+-2</literal >.
1215
+ <literal >number</literal > no longer accepts a plus sign followed by a
1216
+ minus sign, e.g. <literal >+-2</literal >.
1209
1217
</entry >
1210
1218
</row >
1211
- <row >
1219
+ <row >
1212
1220
<entry >7.0.8</entry >
1213
1221
<entry >
1214
1222
Weeks always start on monday. Formerly, sunday would also be considered
You can’t perform that action at this time.
0 commit comments