diff --git a/UPGRADE-2.8.md b/UPGRADE-2.8.md index e1452e6315..7acc2baa34 100644 --- a/UPGRADE-2.8.md +++ b/UPGRADE-2.8.md @@ -409,6 +409,10 @@ DependencyInjection ``` + * `Symfony\Component\DependencyInjection\ContainerAware` has been deprecated, use + `Symfony\Component\DependencyInjection\ContainerAwareTrait` or implement + `Symfony\Component\DependencyInjection\ContainerAwareInterface` manually + WebProfiler -----------