22
33All notable changes to this project will be documented in this file, in reverse chronological order by release.
44
5- ## 3.1 .0 - 2018-07-30
5+ ## 3.2 .0 - TBD
66
77### Added
88
99- Nothing.
1010
1111### Changed
1212
13- - [ #629 ] ( https://github.com/zendframework/zend-expressive/pull/629 ) changes the constructor of ` Zend\Expressive\Middleware\ErrorResponseGenerator `
14- to accept an additional, optional argument, ` $layout ` , which defaults to a new
15- constant value, ` ErrorResponseGenerator::LAYOUT_DEFAULT ` , or ` layout::default ` .
16- ` Zend\Expressive\Container\ErrorResponseGeneratorFactory ` now also looks for
17- the configuration value ` zend-expressive.error_handler.layout ` , and will use
18- that value to seed the constructor argument. This change makes the
19- ` ErrorResponseGenerator ` mirror the ` NotFoundHandler ` , allowing for a
20- consistent layout between the two error pages.
13+ - Nothing.
2114
2215### Deprecated
2316
@@ -31,7 +24,7 @@ All notable changes to this project will be documented in this file, in reverse
3124
3225- Nothing.
3326
34- ## 3.0.4 - TBD
27+ ## 3.1.1 - TBD
3528
3629### Added
3730
@@ -53,6 +46,35 @@ All notable changes to this project will be documented in this file, in reverse
5346
5447- Nothing.
5548
49+ ## 3.1.0 - 2018-07-30
50+
51+ ### Added
52+
53+ - Nothing.
54+
55+ ### Changed
56+
57+ - [ #629 ] ( https://github.com/zendframework/zend-expressive/pull/629 ) changes the constructor of ` Zend\Expressive\Middleware\ErrorResponseGenerator `
58+ to accept an additional, optional argument, ` $layout ` , which defaults to a new
59+ constant value, ` ErrorResponseGenerator::LAYOUT_DEFAULT ` , or ` layout::default ` .
60+ ` Zend\Expressive\Container\ErrorResponseGeneratorFactory ` now also looks for
61+ the configuration value ` zend-expressive.error_handler.layout ` , and will use
62+ that value to seed the constructor argument. This change makes the
63+ ` ErrorResponseGenerator ` mirror the ` NotFoundHandler ` , allowing for a
64+ consistent layout between the two error pages.
65+
66+ ### Deprecated
67+
68+ - Nothing.
69+
70+ ### Removed
71+
72+ - Nothing.
73+
74+ ### Fixed
75+
76+ - Nothing.
77+
5678## 3.0.3 - 2018-07-25
5779
5880### Added
0 commit comments