[Mailer] Add UPGRADE entries about Envelope and MessageEvent

This commit is contained in:
Mickaël 2019-11-21 10:24:21 +01:00 committed by Fabien Potencier
parent 1b4ab81085
commit 7baa2951f1

View File

@ -168,6 +168,8 @@ Mailer
------
* [BC BREAK] Changed the DSN to use for disabling delivery (using the `NullTransport`) from `smtp://null` to `null://null` (host doesn't matter).
* [BC BREAK] Renamed class `SmtpEnvelope` to `Envelope` and `DelayedSmtpEnvelope` to `DelayedEnvelope`.
* [BC BREAK] Added a required `string $transport` argument to `MessageEvent::__construct`.
Messenger
---------