From 1cb25c7715548fc26586b1dc136d10ac937f34ad Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 21 Oct 2025 09:16:25 +0200 Subject: [PATCH] clean up versionadded directives --- routing.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/routing.rst b/routing.rst index fe3a255e3e4..510a486c6e6 100644 --- a/routing.rst +++ b/routing.rst @@ -2332,11 +2332,6 @@ Now you'll get the expected results when generating URLs in your commands:: ``_locale`` parameter. You can override this by providing a different value for the ``_locale`` parameter when generating each route. - .. versionadded:: 7.4 - - The default locale is used as the value of the ``_locale`` parameter - starting from Symfony 7.4. - Checking if a Route Exists ~~~~~~~~~~~~~~~~~~~~~~~~~~