You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: UPGRADE-7.1.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ Cache
11
11
12
12
* Deprecate `CouchbaseBucketAdapter`, use `CouchbaseCollectionAdapter` instead
13
13
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
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ CHANGELOG
11
11
* Add `#[AutowireMethodOf]` attribute to autowire a method of a service as a callable
12
12
* Make `ContainerBuilder::registerAttributeForAutoconfiguration()` propagate to attribute classes that extend the registered class
13
13
* 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
0 commit comments