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