From 5e7bf246ec54b28ae543b018d2576579a102ac20 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 30 Dec 2018 13:07:33 +0100 Subject: [PATCH] Prepare changelog for 1.5 (#124) * Prepare changelog for 1.5 * Note about NoCandidateFoundException * grammar --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 467376f..4bb2094 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,19 @@ - Support for `php-http/httplug` version 2.0, hence supporting PSR-18 -## 1.5.0 - 2018-xx-xx +## 1.5.0 - 2018-12-30 ### Added - Support for `nyholm/psr7` version 1.0. +- `ClassDiscovery::safeClassExists` which will help Magento users. +- Support for HTTPlug 2.0 +- Support for Buzz 1.0 +- Better error message when nothing found by introducing a new exception: `NoCandidateFoundException`. ### Fixed -- Fixed condition evaluation +- Fixed condition evaluation, it should stop after first invalid condition. ## 1.4.0 - 2018-02-06