This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Notifier/CHANGELOG.md
2020-02-10 10:04:31 +01:00

383 B

CHANGELOG

5.1.0

  • Added the Mattermost notifier bridge
  • [BC BREAK] The ChatMessage::fromNotification() method's $recipient and $transport arguments were removed.
  • [BC BREAK] The EmailMessage::fromNotification() and SmsMessage::fromNotification() methods' $transport argument was removed.

5.0.0

  • Introduced the component as experimental