diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cb1f2175..6ce0d1f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 4.33.5 * Added new optional parameter `$context` to` PropertyDescriberInterface::supports()` +* Fixed usage of `tagged` type in service configuration which is deprecated in Symfony `7.2` ## 4.33.4 * Deprecated `null` type from `$options` in `Nelmio\ApiDocBundle\Attribute\Model::__construct()`. Pass an empty array (`[]`) instead. diff --git a/config/services.xml b/config/services.xml index be9c3cc56..c9789b580 100644 --- a/config/services.xml +++ b/config/services.xml @@ -102,7 +102,7 @@ - +