This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +27
-7
lines changed Expand file tree Collapse file tree 1 file changed +27
-7
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5+ ## 2.0.6 - 2017-12-11
6+
7+ ### Added
8+
9+ - Nothing.
10+
11+ ### Changed
12+
13+ - Nothing.
14+
15+ ### Deprecated
16+
17+ - Nothing.
18+
19+ ### Removed
20+
21+ - Nothing.
22+
23+ ### Fixed
24+
25+ - [ #534 ] ( https://github.com/zendframework/zend-expressive/pull/534 ) provides a
26+ fix for how it detects ` callable ` middleware. Previously, it relied on PHP's
27+ ` is_callable() ` , but that function can result in false positives when provided
28+ a 2-element array where the first element is an object, as the function does
29+ not verify that the second argument is a valid method of the first. We now
30+ implement additional verifications to prevent such false positives.
31+
532## 2.0.5 - 2017-10-09
633
734### Added
@@ -30,13 +57,6 @@ All notable changes to this project will be documented in this file, in reverse
3057 requires it. This addition fixes problems due to missing http-middleware
3158 interfaces.
3259
33- - [ #534 ] ( https://github.com/zendframework/zend-expressive/pull/534 ) provides a
34- fix for how it detects ` callable ` middleware. Previously, it relied on PHP's
35- ` is_callable() ` , but that function can result in false positives when provided
36- a 2-element array where the first element is an object, as the function does
37- not verify that the second argument is a valid method of the first. We now
38- implement additional verifications to prevent such false positives.
39-
4060## 2.0.4 - 2017-10-09
4161
4262### Added
You can’t perform that action at this time.
0 commit comments