Prepare for 2.8.0 (#516)

* Prepare for 2.8.0

* Update CHANGELOG.md
This commit is contained in:
David Garcia 2019-01-06 07:05:56 +00:00 committed by Tobias Nyholm
parent 56655ad6c0
commit 4b0611df15

View File

@ -2,6 +2,23 @@
The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
## 2.8.0
### Added
- Add support for IPs endpoints
- Add spport for Mailing Lists
- Add `complaints` to Stats / Total Response
- Add more tests for our models
### Changed
- Change the PHP Exception message for Bad Request errors to help to find the issue
### Fixed
- Fix an issue validating the max path length
## 2.7.0
### Added