Skip to content

Commit c43a4c9

Browse files
committed
Document that container aware migrations are not special anymore
1 parent 4bf6aa3 commit c43a4c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,6 @@ doctrine_migrations:
7272
Upgrading this bundle to `3.0` will also update the `doctrine/migrations` library to the version `3.0`.
7373
Backward incompatible changes in `doctrine/migrations` 3.0
7474
are documented in the dedicated [UPGRADE](https://github.com/doctrine/migrations/blob/3.0.x/UPGRADE.md) document.
75+
76+
- The container is not automatically injected anymore when a migration implements `ContainerAwareInterface`. Custom
77+
migration factories should be used to inject additional dependencies into migrations.

0 commit comments

Comments
 (0)