@@ -4,14 +4,20 @@ All notable changes to this project will be documented in this file, in reverse
44
55Versions 0.3.0 and prior were released as "weierophinney/problem-details".
66
7- ## 1.0.0alpha2 - 2018-02-26
7+ ## 1.0.0 - 2018-03-15
88
99### Added
1010
11- - Nothing.
11+ - [ #30 ] ( https://github.com/zendframework/zend-problem-details/pull/30 )
12+ adds PSR-15 support.
1213
1314### Changed
1415
16+ - [ #24 ] ( https://github.com/zendframework/zend-problem-details/pull/24 )
17+ updates all classes to use scalar and return type hints, including nullable
18+ and void types. If you were extending classes within an earlier release, you
19+ may need to update signatures of any methods you override.
20+
1521- [ #35 ] ( https://github.com/zendframework/zend-problem-details/pull/35 )
1622 modifies the constructor of ` Zend\ProblemDetails\ProblemDetailsResponseFactory `
1723 such that it now has the following signature:
@@ -62,32 +68,6 @@ Versions 0.3.0 and prior were released as "weierophinney/problem-details".
6268
6369### Removed
6470
65- - Nothing.
66-
67- ### Fixed
68-
69- - Nothing.
70-
71- ## 1.0.0alpha1 - 2018-02-07
72-
73- ### Added
74-
75- - [ #30 ] ( https://github.com/zendframework/zend-problem-details/pull/30 )
76- adds PSR-15 support.
77-
78- ### Changed
79-
80- - [ #24 ] ( https://github.com/zendframework/zend-problem-details/pull/24 )
81- updates all classes to use scalar and return type hints, including nullable
82- and void types. If you were extending classes within an earlier release, you
83- may need to update signatures of any methods you override.
84-
85- ### Deprecated
86-
87- - Nothing.
88-
89- ### Removed
90-
9171- [ #22 ] ( https://github.com/zendframework/zend-problem-details/pull/22 ) and
9272 [ #30 ] ( https://github.com/zendframework/zend-problem-details/pull/30 )
9373 remove support for both ` http-interop/http-middleware ` and
0 commit comments