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

Commit a656721

Browse files
committed
Merge branch 'hotfix/changelog'
Added CHANGELOG for #277
2 parents afb3eca + 10977ca commit a656721

File tree

1 file changed

+10
-15
lines changed

1 file changed

+10
-15
lines changed

CHANGELOG.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 1.0.0 - TBD
5+
## 1.0.0rc7 - TBD
66

7-
Initial stable release.
7+
Seventh release candidate.
88

99
### Added
1010

11-
- [#274](https://github.com/zendframework/zend-expressive/pull/274) adds the
12-
`--no-dev` flag to the `composer create-project` invocation examples. Not
13-
using this flag installs the development requirements listed before the
14-
installer script updates the `composer.json`, which leads to unnecessary
15-
dependencies.
11+
- [#277](https://github.com/zendframework/zend-expressive/pull/277) adds a new
12+
class, `Zend\Expressive\ErrorMiddlewarePipe`. It composes a
13+
`Zend\Stratigility\MiddlewarePipe`, but implements the error middleware
14+
signature via its own `__invoke()` method.
1615

1716
### Deprecated
1817

@@ -24,14 +23,10 @@ Initial stable release.
2423

2524
### Fixed
2625

27-
- [#268](https://github.com/zendframework/zend-expressive/pull/268) fixes the
28-
Pimple example within the `ServerUrlHelper` chapter of the documentation to
29-
use the Pimple v3 API instead of the v1 API.
30-
- [#273](https://github.com/zendframework/zend-expressive/pull/273) fixes the
31-
verbiage used in the `ServerUrlHelper` documentation regarding when to
32-
register the `ServerUrlMiddleware`; though the examples were correct, the
33-
verbiage was indicating the middleware should be piped following routing,
34-
rather than before.
26+
- [#277](https://github.com/zendframework/zend-expressive/pull/277) updates the
27+
`MarshalMiddlewareTrait` to create and return an `ErrorMiddlewarePipe` when
28+
the `$forError` argument provided indicates error middleware is expected.
29+
This fix allows defining arrays of error middleware via configuration.
3530

3631
## 1.0.0rc6 - 2016-01-18
3732

0 commit comments

Comments
 (0)