mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-21 20:16:03 +03:00
Added changelog for 3.0.0 (#525)
This commit is contained in:
parent
750a7270e3
commit
3b3e977995
18
CHANGELOG.md
18
CHANGELOG.md
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user