Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit a90fe56

Browse files
committed
Adds CHANGELOG entry for #534
1 parent 63fe808 commit a90fe56

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ All notable changes to this project will be documented in this file, in reverse
3030
requires it. This addition fixes problems due to missing http-middleware
3131
interfaces.
3232

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+
3340
## 2.0.4 - 2017-10-09
3441

3542
### Added

0 commit comments

Comments
 (0)