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::
339339 $crawler = $client->forward();
340340 }
341341
342- .. versionadded :: 7.4
343-
344- The ``isFirstPage() `` and ``isLastPage() `` methods were introduced in Symfony 7.4.
345-
346342You can delete the client's history with the ``restart() `` method. This will
347343also delete all the cookies::
348344
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)::
130130 $uuid = Uuid::v7();
131131 // $uuid is an instance of Symfony\Component\Uid\UuidV7
132132
133- .. versionadded :: 7.4
134-
135- In Symfony 7.4, the precision was increased from milliseconds to microseconds.
136-
137133**UUID v8 ** (custom)
138134
139135Provides 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::
136136 The schedule name must be unique and by default, it is ``default ``. The transport name follows
137137 the syntax: ``scheduler_nameofyourschedule `` (e.g. ``scheduler_default ``).
138138
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-
144139.. tip ::
145140
146141 `Memoizing `_ your schedule is a good practice to prevent unnecessary reconstruction
You can’t perform that action at this time.
0 commit comments