Skip to content

Commit 8d0a9d9

Browse files
committed
Add the versionadded directive
1 parent 1c402b6 commit 8d0a9d9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/http_foundation.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,11 @@ call::
515515
'etag' => 'abcdef',
516516
]);
517517

518+
.. versionadded:: 6.1
519+
520+
The ``stale_if_error`` and ``stale_while_revalidate`` options were
521+
introduced in Symfony 6.1.
522+
518523
To check if the Response validators (``ETag``, ``Last-Modified``) match a
519524
conditional value specified in the client Request, use the
520525
:method:`Symfony\\Component\\HttpFoundation\\Response::isNotModified`

0 commit comments

Comments
 (0)