Added changelog for 3.0.0 (#525)

This commit is contained in:
Tobias Nyholm 2019-01-10 17:33:11 +01:00 committed by GitHub
parent 750a7270e3
commit 3b3e977995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,24 @@
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
## 3.0.0 - UNRELEASED
### Added
- Support for PSR-4
- All classes `Mailgun\Model` are final or abstract.
### Changed
- Dropped PHP5 support
- Removed deprecated code
- Moved `RequestBuilder` and `HttpClientConfigurator` to `Mailgun\HttpClient` namespace
- Updated signature of `Mailgun::__construct()`
### Removed
- Dependency on `php-http/message`.
## 2.8.0
### Added