File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ triggers a warning. See [Component Alias Conflicts](../controllers/components#co
3636
3737### Mailer
3838
39- - The ` Mailer::$name ` property has been deprecated.
39+ - The ` Mailer::$name ` property is unused has been deprecated.
4040
4141## New Features
4242
4343### Core
4444
4545- ` PluginConfig::getInstalledPlugins() ` was added to retrieve a list of all installed plugins
4646 including flags to indicate about their scope and state.
47- - A BC compatible Container implementation has been added to the core. You can opt-in to use it instead of the current
47+ - A backwards compatible Container implementation has been added to the core. You can opt-in to use it instead of the current
4848 ` league/container ` implementation by setting ` App.container ` to ` cake ` inside your ` config/app.php ` .
4949 See [ Dependency Injection Container] ( ../development/dependency-injection ) for more details.
5050
You can’t perform that action at this time.
0 commit comments