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

Commit f5b6a84

Browse files
committed
Creates 2.0.6 changelog
Creates a stub for the 2.0.6 changelog, and moves the #545 entry to the 2.0.6 release, where it belongs. Also sets a date for the 2.0.6 release.
1 parent ccb94de commit f5b6a84

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

CHANGELOG.md

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
All 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

0 commit comments

Comments
 (0)