Skip to content

Commit ddb86a5

Browse files
committed
add missing upgrade entries and fixed changelog
1 parent 1d0d214 commit ddb86a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ CHANGELOG
77
* [BC BREAK] The `TransportInterface::send()` and `AbstractTransport::doSend()` methods changed to return a `?SentMessage` instance instead of `void`.
88
* Added the Zulip notifier bridge
99
* The `EmailRecipientInterface` and `RecipientInterface` were introduced.
10-
* Added `email` and and `phone` properties to `Recipient`.
11-
* [BC BREAK] Changed the type-hint of the `$recipient` argument in the `as*Message()`
12-
of the `EmailNotificationInterface` and `SmsNotificationInterface` to `EmailRecipientInterface`
10+
* Added `email` and `phone` properties to `Recipient`.
11+
* [BC BREAK] Changed the type-hint of the `$recipient` argument in the `as*Message()` method
12+
of `EmailNotificationInterface` and `SmsNotificationInterface` to `EmailRecipientInterface`
1313
and `SmsRecipientInterface`.
1414
* [BC BREAK] Removed the `AdminRecipient`.
1515
* The `EmailRecipientInterface` and `SmsRecipientInterface` now extend the `RecipientInterface`.

0 commit comments

Comments
 (0)