From 59a6fa1dffb632797db4843f93038b6f15150ed2 Mon Sep 17 00:00:00 2001 From: George Steel Date: Fri, 16 Oct 2020 22:19:36 +0100 Subject: [PATCH] Release 2.0 --- CHANGELOG.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fae8a50..e043a81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,44 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 1.0.0 - 3rd January 2018 +## 2.0.0 - 2020-10-16 ### Added - Nothing. +### Changed + +- Minimum PHP 7.3. +- Upgraded PHPUnit +- Switched to doctrine/coding-standard +- Replaced Zend\Uri with Laminas\Uri +- Remove some inconsequential methods +- Renamed exception +- Simplified code + +### Deprecated + +- Nothing. + +### Removed + +- Useless traits, pointless exception interface, coveralls and travis config. + +### Fixed + +- Nothing. + +## 1.0.0 - 2018-01-03 + +### Added + +- Everything. + +### Changed + +- Nothing. + ### Deprecated - Nothing.