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