Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f3b0e7

Browse files
authored
[Mailer] Add UPGRADE entry about DelayedEnvelope
Class `DelayedSmtpEnvelope` has been renamed to `DelayedEnvelope` in #33562
1 parent 3b93415 commit 3f3b0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE-4.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ 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`.
171+
* [BC BREAK] Renamed class `SmtpEnvelope` to `Envelope` and `DelayedSmtpEnvelope` to `DelayedEnvelope`.
172172
* [BC BREAK] Added a required `string $transport` argument to `MessageEvent::__construct`.
173173

174174
Messenger

0 commit comments

Comments
 (0)