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

Commit e0539d8

Browse files
committed
Merge branch 'hotfix/response-factory' into release-1.0.0
Forward port #32 Conflicts: CHANGELOG.md src/ProblemDetailsResponseFactoryFactory.php test/ProblemDetailsResponseFactoryFactoryTest.php
2 parents 777372b + 36831e8 commit e0539d8

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,31 @@ Versions 0.3.0 and prior were released as "weierophinney/problem-details".
101101

102102
- Nothing.
103103

104+
## 0.5.3 - 2018-03-12
105+
106+
### Added
107+
108+
- Nothing.
109+
110+
### Changed
111+
112+
- [#32](https://github.com/zendframework/zend-problem-details/pull/32) updates
113+
the `ProblemDetailsResponseFactoryFactory` to allow the `ResponseInterface`
114+
service to either return an instance, or a factory capable of generating an
115+
instance.
116+
117+
### Deprecated
118+
119+
- Nothing.
120+
121+
### Removed
122+
123+
- Nothing.
124+
125+
### Fixed
126+
127+
- Nothing.
128+
104129
## 0.5.2 - 2018-01-10
105130

106131
### Added

0 commit comments

Comments
 (0)