You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ CHANGELOG
8
8
* Allowed configuring PDO-based cache pools via a new `cache.adapter.pdo` abstract service
9
9
* Deprecated auto-injection of the container in AbstractController instances, register them as service subscribers instead
10
10
* Deprecated processing of services tagged `security.expression_language_provider` in favor of a new `AddExpressionLanguageProvidersPass` in SecurityBundle.
11
+
* Deprecated the `Symfony\Bundle\FrameworkBundle\Controller\Controller` class in favour of `Symfony\Bundle\FrameworkBundle\Controller\AbstractController`.
11
12
* Enabled autoconfiguration for `Psr\Log\LoggerAwareInterface`
0 commit comments