8000 minor #34475 [Mailer] Add UPGRADE entries about Envelope and MessageE… · symfony/symfony@dab6732 · GitHub
[go: up one dir, main page]

Skip to content

Commit dab6732

Browse files
committed
minor #34475 [Mailer] Add UPGRADE entries about Envelope and MessageEvent (chapa)
This PR was squashed before being merged into the 5.1-dev branch (closes #34475). Discussion ---------- [Mailer] Add UPGRADE entries about Envelope and MessageEvent * Class `SmtpEnvelope` has been renamed to `Envelope` in #33562 * A required `$transport` argument has been added to `MessageEvent` in #32927 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | already up-to-date Commits ------- 7baa295 [Mailer] Add UPGRADE entries about Envelope and MessageEvent
2 parents 1b4ab81 + 7baa295 commit dab6732

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

UPGRADE-4.4.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ Mailer
168168
------
169169

170170
* [BC BREAK] Changed the DSN to use for disabling delivery (using the `NullTransport`) from `smtp://null` to `null://null` (host doesn't matter).
171+
* [BC BREAK] Renamed class `SmtpEnvelope` to `Envelope` and `DelayedSmtpEnvelope` to `DelayedEnvelope`.
172+
* [BC BREAK] Added a required `string $transport` argument to `MessageEvent::__construct`.
171173

172174
Messenger
173175
---------

0 commit comments

Comments
 (0)
0