Skip to content

Commit

Permalink
Update UPGRADE.md for the release that will contain the AbstractMigra…
Browse files Browse the repository at this point in the history
…tion deprecation.
  • Loading branch information
jwage committed Jun 6, 2018
1 parent d790f9f commit 0d8c6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Your migration classes that previously used to extend `Doctrine\DBAL\Migrations\AbstractMigration` now need to extend
`Doctrine\Migrations\AbstractMigration` instead. The `Doctrine\DBAL\Migrations\AbstractMigration` class will be
deprecated in the `1.7.1` release to prepare for the BC break.
deprecated in the `1.8.0` release to prepare for the BC break.

## BC Break: Removed `Doctrine\DBAL\Migrations\MigrationsVersion`

Expand Down

0 comments on commit 0d8c6c5

Please sign in to comment.