8000 minor #54481 [DependencyInjection] Document BC break in UPGRADE file … · symfonyaml/symfony@c35173c · GitHub
[go: up one dir, main page]

Skip to content

Commit c35173c

Browse files
committed
minor symfony#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 symfony#52843 | License | MIT Commits ------- 055892d [DependencyInjection] Document BC break in UPGRADE file
2 parents fd1d19e + 055892d commit c35173c

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)
0