diff --git a/Changelog.md b/Changelog.md index b90a3c6..8ccb629 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,13 @@ This document will tell you what changes that has been made between versions. +# Changes from 0.3.x to 0.4.0 + +* Removed `mailgun.library` service and `mailgun.swift_transport.transport.class` parameter. +* Improved testing +* Avoid usage of deprecated Mailgun functions. + + # Changes from 0.2.x to 0.3.0 * Upgraded from Mailgun client 1.x to 2.x. @@ -9,4 +16,4 @@ This document will tell you what changes that has been made between versions. * Improved tests and documentation * Changed namespace of `cspoo\Swiftmailer\MailgunBundle\Services\MailgunTransport` to `cspoo\Swiftmailer\MailgunBundle\Service\MailgunTransport` * Catching all exception that may be thrown by the MailGun API. -* The return value of MaingunTransport::sendMessage is no longer fixed to 1. It does now comply with the interface. \ No newline at end of file +* The return value of MaingunTransport::sendMessage is no longer fixed to 1. It does now comply with the interface.