Skip to content

Commit

Permalink
Prepare changelog for 1.5 (#124)
Browse files Browse the repository at this point in the history
* Prepare changelog for 1.5

* Note about NoCandidateFoundException

* grammar
  • Loading branch information
Nyholm authored Dec 30, 2018
1 parent c1b0446 commit 5e7bf24
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5e7bf24

Please sign in to comment.