Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[DependencyInjection] Document BC break in UPGRADE file#54481
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
OskarStark commentedApr 3, 2024
| Q | A |
|---|---|
| Branch? | 7.1 |
| Bug fix? | no |
| New feature? | no |
| Deprecations? | no |
| Issues | Follows#52843 |
| License | MIT |
yceruto left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Oskar shouldn't the file to be updated beUPGRADE-7.1.md instead?
Uh oh!
There was an error while loading.Please reload this page.
OskarStark commentedApr 4, 2024
You are right, I picked the wrong one 😅 |
yceruto left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks Oskar!
fabpot commentedApr 5, 2024
Sorry, I'm late in the game here, but what is the rationale behind doing a BC break in 7.1? |
yceruto commentedApr 5, 2024
Hey Fabien, we published this as a BC break because technically it is (we changed the behavior of the Honestly, this BC break, in the end, doesn't feel like a real BC break to me, as the previous behavior was faulty and unwanted. However, it applies to the BC break rules, so we are documenting it as such. More details can be found here#52789 and here#52843 Hope it's ok for you🤞 |
fabpot commentedApr 5, 2024
Thank you for the clear explanation, that makes sense to me now. |
fabpot commentedApr 5, 2024
Thank you@OskarStark. |