File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments