Skip to content

Commit d9dc33e

Browse files
committed
minor #54481 [DependencyInjection] Document BC break in UPGRADE file (OskarStark)
This PR was squashed before being merged into the 7.1 branch. Discussion ---------- [DependencyInjection] Document BC break in UPGRADE file | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | Follows #52843 | License | MIT Commits ------- 055892d7d3 [DependencyInjection] Document BC break in UPGRADE file
2 parents bb3488d + 46eebee commit d9dc33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CHANGELOG
1111
* Add `#[AutowireMethodOf]` attribute to autowire a method of a service as a callable
1212
* Make `ContainerBuilder::registerAttributeForAutoconfiguration()` propagate to attribute classes that extend the registered class
1313
* Add argument `$prepend` to `FileLoader::construct()` to prepend loaded configuration instead of appending it
14-
* [BC BREAK] When used in the `prependExtension()` methods, the `ContainerConfigurator::import()` method now prepends the configuration instead of appending it
14+
* [BC BREAK] When used in the `prependExtension()` method, the `ContainerConfigurator::import()` method now prepends the configuration instead of appending it
1515

1616
7.0
1717
---

0 commit comments

Comments
 (0)