diff --git a/UPGRADE-6.0.md b/UPGRADE-6.0.md index d699f8f056f36..570d4d10a5b30 100644 --- a/UPGRADE-6.0.md +++ b/UPGRADE-6.0.md @@ -35,7 +35,7 @@ FrameworkBundle * `MicroKernelTrait::configureRoutes()` is now always called with a `RoutingConfigurator` * The "framework.router.utf8" configuration option defaults to `true` - * Deprecated `session.attribute_bag` service and `session.flash_bag` service. + * Removed `session.attribute_bag` service and `session.flash_bag` service. HttpFoundation --------------