minor #34380 [Mailer] Add UPGRADE entry about the null transport DSN (ogizanagi)

This PR was merged into the 4.4 branch.

Discussion
----------

[Mailer] Add UPGRADE entry about the null transport DSN

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       | N/A
| License       | MIT
| Doc PR        | already up-to-date

Commits
-------

abcf63aaa8 [Mailer] Add UPGRADE entry about the null transport DSN
This commit is contained in:
Fabien Potencier 2019-11-14 15:48:11 +01:00
commit 81588eb835
2 changed files with 6 additions and 0 deletions

View File

@ -164,6 +164,11 @@ Lock
* Deprecated services `lock.store.flock`, `lock.store.semaphore`, `lock.store.memcached.abstract` and `lock.store.redis.abstract`,
use `StoreFactory::createStore` instead.
Mailer
------
* [BC BREAK] Changed the DSN to use for disabling delivery (using the `NullTransport`) from `smtp://null` to `null://null` (host doesn't matter).
Messenger
---------

View File

@ -4,6 +4,7 @@ CHANGELOG
4.4.0
-----
* [BC BREAK] changed the `NullTransport` DSN from `smtp://null` to `null://null`
* [BC BREAK] renamed `SmtpEnvelope` to `Envelope`, renamed `DelayedSmtpEnvelope` to
`DelayedEnvelope`
* [BC BREAK] changed the syntax for failover and roundrobin DSNs