File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Filter options
src/Symfony/Bundle/FrameworkBundle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change 28
28
FrameworkBundle
29
29
---------------
30
30
31
- * Deprecated passing a ` RouteCollectionBuiler ` to ` MicroKernelTrait::configureRoutes() ` , type-hint ` RoutingConfigurator ` instead
31
+ * Deprecated passing a ` RouteCollectionBuilder ` to ` MicroKernelTrait::configureRoutes() ` , type-hint ` RoutingConfigurator ` instead
32
32
* Deprecated * not* setting the "framework.router.utf8" configuration option as it will default to ` true ` in Symfony 6.0
33
33
34
34
HttpFoundation
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ CHANGELOG
10
10
* Made ` MicroKernelTrait::configureContainer() ` compatible with ` ContainerConfigurator `
11
11
* Added a new ` mailer.message_bus ` option to configure or disable the message bus to use to send mails.
12
12
* Added flex-compatible default implementations for ` MicroKernelTrait::registerBundles() ` and ` getProjectDir() `
13
- * Deprecated passing a ` RouteCollectionBuiler ` to ` MicroKernelTrait::configureRoutes() ` , type-hint ` RoutingConfigurator ` instead
13
+ * Deprecated passing a ` RouteCollectionBuilder ` to ` MicroKernelTrait::configureRoutes() ` , type-hint ` RoutingConfigurator ` instead
14
14
* The ` TemplateController ` now accepts context argument
15
15
* Deprecated * not* setting the "framework.router.utf8" configuration option as it will default to ` true ` in Symfony 6.0
16
16
* Added tag ` routing.expression_language_function ` to define functions available in route conditions
You can’t perform that action at this time.
0 commit comments