From 4b0611df156668d0c46d3b29ce48ce18079e141b Mon Sep 17 00:00:00 2001 From: David Garcia Date: Sun, 6 Jan 2019 07:05:56 +0000 Subject: [PATCH] Prepare for 2.8.0 (#516) * Prepare for 2.8.0 * Update CHANGELOG.md --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 645f74d..7c1a77c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Change Log -The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. +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