We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b0446 commit 5e7bf24Copy full SHA for 5e7bf24
CHANGELOG.md
@@ -4,15 +4,19 @@
4
5
- Support for `php-http/httplug` version 2.0, hence supporting PSR-18
6
7
-## 1.5.0 - 2018-xx-xx
+## 1.5.0 - 2018-12-30
8
9
### Added
10
11
- 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`.
16
17
### Fixed
18
-- Fixed condition evaluation
19
+- Fixed condition evaluation, it should stop after first invalid condition.
20
21
## 1.4.0 - 2018-02-06
22
0 commit comments