From 1d592cc1e7ae011381f2dbbb6892a6c991517f7c Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 29 May 2017 12:51:57 +0200 Subject: [PATCH] Prepare for 0.4.0 (#42) --- Changelog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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.