-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Proofread UPGRADE guide #54533
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
Proofread UPGRADE guide #54533
Conversation
Mailer | ||
------ | ||
|
||
* Postmark's "406 - Inactive recipient" API error code now results in a `PostmarkDeliveryEvent` instead of throwing a `HttpTransportException` |
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.
I'm not sure whether we should classify this as a BC BREAK or not. Technically, if you now handled this in an exception handler your code will be broken. On the other hand, anything that has proper handling now and was an error before is often called a feature.
UPGRADE-7.1.md
Outdated
@@ -1,6 +1,38 @@ | |||
UPGRADE FROM 7.0 to 7.1 | |||
======================= | |||
|
|||
Symfony 7.1 is a minor release. According to the Symfony release process, there should be no significant | |||
backwards compatibility breaks. Minor backwards compatibility breaks are prefixed in this document with |
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.
backwards compatibility breaks. Minor backwards compatibility breaks are prefixed in this document with | |
backward compatibility breaks. Minor backward compatibility breaks are prefixed in this document with |
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.
With suggestions applied
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.
Wouter, thanks for taking care of this.
Thank you @wouterj. |
Feature-freeze is upon us, so here is a new proofread of the UPGRADE guide. It seems like we didn't introduce many deprecations this time. I've scanned all CHANGELOG files to find missing items.