[Mailer] added missing entry in the CHANGELOG

This commit is contained in:
Fabien Potencier 2019-08-04 06:13:47 +02:00
parent 35bf2fa9b5
commit 158fe2aaec

View File

@ -10,6 +10,7 @@ CHANGELOG
* Added possibility to register custom transport for dsn by implementing
`Symfony\Component\Mailer\Transport\TransportFactoryInterface` and tagging with `mailer.transport_factory` tag in DI.
* Added `Symfony\Component\Mailer\Test\TransportFactoryTestCase` to ease testing custom transport factories.
* Added `SentMessage::getDebug()` and `TransportExceptionInterface::getDebug` to help debugging
4.3.0
-----