mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-21 20:16:03 +03:00
Prepare for 2.4 (#423)
This commit is contained in:
parent
2412efd1a2
commit
e86ca61027
24
CHANGELOG.md
24
CHANGELOG.md
@ -2,6 +2,30 @@
|
||||
|
||||
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
|
||||
|
||||
## 2.4.0
|
||||
|
||||
### Added
|
||||
|
||||
- Add cached property for DNS record
|
||||
- Add domain verification
|
||||
- `HttpClientException::getResponseCode()`
|
||||
- Added `AbstractDomainResponse` that `VerifyResponse` and `CreateResponse` extends.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Possible empty content of `WebhookIndexResponse`.
|
||||
- Typo in `TotalResponse` that caused the content to be empty.
|
||||
|
||||
### Changed
|
||||
|
||||
- Allow some parameters to `Domain::create` to be optional.
|
||||
|
||||
## 2.3.4
|
||||
|
||||
### Fixed
|
||||
|
||||
- Typo in DnsRecord::isValid. This make sure the correct result of the function is returned.
|
||||
|
||||
## 2.3.3
|
||||
|
||||
### Changed
|
||||
|
Loading…
Reference in New Issue
Block a user