Skip to content

Commit 055892d

Browse files
OskarStarkfabpot
authored andcommitted
[DependencyInjection] Document BC break in UPGRADE file
1 parent 4c1d8eb commit 055892d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

UPGRADE-7.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ Cache
1111

1212
* Deprecate `CouchbaseBucketAdapter`, use `CouchbaseCollectionAdapter` instead
1313

14+
DependencyInjection
15+
-------------------
16+
17+
* [BC BREAK] When used in the `prependExtension()` method, the `ContainerConfigurator::import()` method now prepends the configuration instead of appending it
18+
1419
DoctrineBridge
1520
--------------
1621

src/Symfony/Component/DependencyInjection/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)