Skip to content

Commit 03c7a4f

Browse files
committed
improved changelog
1 parent 4c11883 commit 03c7a4f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88

99
### Changed
1010

11-
* Changed the handler function signature to `function(ServerRequestInterface $request)`.
12-
* The error info is passed to the handler using the request attribute `error`.
13-
* New option `attribute()` to change the attribute name used to pass the error info to the handler.
11+
* Changed the handler signature to `function(ServerRequestInterface $request)`.
12+
* The error info is passed to the handler using an array stored in the request attribute `error`.
1413

15-
First version
14+
### Added
15+
16+
* New option `attribute()` to change the attribute name used to pass the error info to the handler.
1617

1718
## 0.1.0 - 2016-10-03
1819

0 commit comments

Comments
 (0)