File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -339,10 +339,6 @@ history::
339
339
$crawler = $client->forward();
340
340
}
341
341
342
- .. versionadded :: 7.4
343
-
344
- The ``isFirstPage() `` and ``isLastPage() `` methods were introduced in Symfony 7.4.
345
-
346
342
You can delete the client's history with the ``restart() `` method. This will
347
343
also delete all the cookies::
348
344
Original file line number Diff line number Diff line change @@ -130,10 +130,6 @@ better entropy (and a more strict chronological order of UUID generation)::
130
130
$uuid = Uuid::v7();
131
131
// $uuid is an instance of Symfony\Component\Uid\UuidV7
132
132
133
- .. versionadded :: 7.4
134
-
135
- In Symfony 7.4, the precision was increased from milliseconds to microseconds.
136
-
137
133
**UUID v8 ** (custom)
138
134
139
135
Provides an RFC-compatible format intended for experimental or vendor-specific use cases
Original file line number Diff line number Diff line change @@ -136,11 +136,6 @@ on a particular schedule::
136
136
The schedule name must be unique and by default, it is ``default ``. The transport name follows
137
137
the syntax: ``scheduler_nameofyourschedule `` (e.g. ``scheduler_default ``).
138
138
139
- .. versionadded :: 7.4
140
-
141
- Throwing an exception for duplicate schedule names instead of replacing the existing schedule
142
- was introduced with Symfony 7.4.
143
-
144
139
.. tip ::
145
140
146
141
`Memoizing `_ your schedule is a good practice to prevent unnecessary reconstruction
You can’t perform that action at this time.
0 commit comments