From d7b531f27ec6a0cd69db7af38a3c882adabc5cad Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 30 Dec 2018 14:16:41 +0100 Subject: [PATCH 1/3] Removed PHP7 code --- src/Exception/NoCandidateFoundException.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Exception/NoCandidateFoundException.php b/src/Exception/NoCandidateFoundException.php index f0d1af2..240b568 100644 --- a/src/Exception/NoCandidateFoundException.php +++ b/src/Exception/NoCandidateFoundException.php @@ -1,7 +1,5 @@ Date: Sun, 30 Dec 2018 14:19:05 +0100 Subject: [PATCH 2/3] Added changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb2094..572f569 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ - Support for `php-http/httplug` version 2.0, hence supporting PSR-18 +## 1.5.1 - 2018-12-30 + +### Fixed + +- Removed PHP 7 code + ## 1.5.0 - 2018-12-30 ### Added From ffef11d54171336d841a34816a35bc035fb8cef0 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Mon, 31 Dec 2018 08:31:26 +0100 Subject: [PATCH 3/3] updated changelog for 1.5.1 --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572f569..ee43ffd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Change Log -### Added +## 1.5.2 - 2018-12-31 + +Corrected mistakes in 1.5.1. The different between 1.5.2 and 1.5.0 is that +we removed some PHP 7 code. + +## 1.5.1 - 2018-12-31 -- Support for `php-http/httplug` version 2.0, hence supporting PSR-18 +This version added new features by mistake. These are reverted in 1.5.2. -## 1.5.1 - 2018-12-30 +Do not use 1.5.1. ### Fixed