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 @@ -49,6 +49,33 @@ All notable changes to this project will be documented in this file, in reverse
4949
5050- Nothing.
5151
52+ ## 2.0.6 - 2017-12-11
53+
54+ ### Added
55+
56+ - Nothing.
57+
58+ ### Changed
59+
60+ - Nothing.
61+
62+ ### Deprecated
63+
64+ - Nothing.
65+
66+ ### Removed
67+
68+ - Nothing.
69+
70+ ### Fixed
71+
72+ - [ #534 ] ( https://github.com/zendframework/zend-expressive/pull/534 ) provides a
73+ fix for how it detects ` callable ` middleware. Previously, it relied on PHP's
74+ ` is_callable() ` , but that function can result in false positives when provided
75+ a 2-element array where the first element is an object, as the function does
76+ not verify that the second argument is a valid method of the first. We now
77+ implement additional verifications to prevent such false positives.
78+
5279## 2.0.5 - 2017-10-09
5380
5481### Added
@@ -77,13 +104,6 @@ All notable changes to this project will be documented in this file, in reverse
77104 requires it. This addition fixes problems due to missing http-middleware
78105 interfaces.
79106
80- - [ #534 ] ( https://github.com/zendframework/zend-expressive/pull/534 ) provides a
81- fix for how it detects ` callable ` middleware. Previously, it relied on PHP's
82- ` is_callable() ` , but that function can result in false positives when provided
83- a 2-element array where the first element is an object, as the function does
84- not verify that the second argument is a valid method of the first. We now
85- implement additional verifications to prevent such false positives.
86-
87107## 2.0.4 - 2017-10-09
88108
89109### Added
You can’t perform that action at this time.
0 commit comments