Updated changelog for 2.7.0 (#508)

This commit is contained in:
Tobias Nyholm 2019-01-05 08:54:09 +01:00 committed by GitHub
parent ce641a6846
commit 59f67e8671
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,17 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
- Allow to set the Mailgun server when instantiating the Mailgun's client: `$mailgun = Mailgun::create('key', 'server');`
- Add new PHPUnit tests for our models
- Add new PHPUnit tests for our API
- Added `Maingun\Api\Attachment`
- Fluent interface for `MessageBuilder` and `BatchMessage`
### Changed
- Second argument to `Mailgun\Message\MessageBuilder::addBccRecipient()` is now optional.
- We try to close open resources
### Fixed
- Fixed the type error when creating tags.
## 2.6.0