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

Commit 5560c9d

Browse files
committed
Adds CHANGELOG for #20
1 parent 1c22180 commit 5560c9d

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
@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file, in reverse
44

55
Versions 0.3.0 and prior were released as "weierophinney/problem-details".
66

7+
## 0.5.1 - 2017-12-07
8+
9+
### Added
10+
11+
- Nothing.
12+
13+
### Changed
14+
15+
- Nothing.
16+
17+
### Deprecated
18+
19+
- Nothing.
20+
21+
### Removed
22+
23+
- Nothing.
24+
25+
### Fixed
26+
27+
- [#20](https://github.com/zendframework/zend-problem-details/pull/20) fixes an
28+
issue with serialization when PHP resources are within the `$additional`
29+
aspect of the payload. When these values are encountered, the response factory
30+
now will instead return `Resource of type {resource type}`.
31+
732
## 0.5.0 - 2017-10-09
833

934
### Added

0 commit comments

Comments
 (0)