-
-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undocumented BC break about migration generator #1000
Comments
@tarlepp documented it with doctrine/DoctrineMigrationsBundle#334, but on the bundle repository. Wouldn't hurt to do it on both I guess. |
I think it can be enough on the bundle. But I missed it because I looked at the default branch UPGRADE file: https://github.com/doctrine/DoctrineMigrationsBundle/blob/master/UPGRADE.md |
Right, I will do an up-merge PR (and we should probably change the default branch too) |
Ok, I close this then :) |
BC Break Report
Summary
The migration generator does not replace the same variable between 2.x and 3.0.
It leads to a BC break non documented if you use custom template.
Previous behavior
was correctly replaced.
Current behavior
Now it's not. We have to write
The text was updated successfully, but these errors were encountered: