Skip to content

Commit 5e7bf24

Browse files
authored
Prepare changelog for 1.5 (#124)
* Prepare changelog for 1.5 * Note about NoCandidateFoundException * grammar
1 parent c1b0446 commit 5e7bf24

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@
44

55
- Support for `php-http/httplug` version 2.0, hence supporting PSR-18
66

7-
## 1.5.0 - 2018-xx-xx
7+
## 1.5.0 - 2018-12-30
88

99
### Added
1010

1111
- Support for `nyholm/psr7` version 1.0.
12+
- `ClassDiscovery::safeClassExists` which will help Magento users.
13+
- Support for HTTPlug 2.0
14+
- Support for Buzz 1.0
15+
- Better error message when nothing found by introducing a new exception: `NoCandidateFoundException`.
1216

1317
### Fixed
1418

15-
- Fixed condition evaluation
19+
- Fixed condition evaluation, it should stop after first invalid condition.
1620

1721
## 1.4.0 - 2018-02-06
1822

0 commit comments

Comments
 (0)