Skip to content

Commit 655d358

Browse files
committed
[Notifier] Fix Changelog
1 parent 1206ba2 commit 655d358

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Symfony/Component/Notifier/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ CHANGELOG
1414
* The `EmailRecipientInterface` and `SmsRecipientInterface` now extend the `RecipientInterface`.
1515
* The `EmailRecipient` and `SmsRecipient` was introduced
1616
* [BC BREAK] Changed the type-hint of the `$recipient` argument in `NotifierInterface::send()`, `Notifier::getChannels()`, `ChannelInterface::notifiy()` and `ChannelInterface::supports()` to `RecipientInterface`.
17-
* [BC BREAK] Changed the type-hint of the `$recipient` argument in the static `fromNotification()` factory methods in `EmailMessage` and `SmsMessage` to `EmailRecipientInterface` and `SmsRecipientInterface`.
1817
* Changed `EmailChannel` to only support recipients which implement the `EmailRecipientInterface`.
1918
* Changed `SmsChannel` to only support recipients which implement the `SmsRecipientInterface`.
2019
* Added the Mattermost notifier bridge

0 commit comments

Comments
 (0)