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

Commit 671b245

Browse files
committed
Minor rephrasing and reformatting of CHANGELOG entry for #41
1 parent 1f4776c commit 671b245

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ Versions 0.3.0 and prior were released as "weierophinney/problem-details".
2424

2525
### Fixed
2626

27-
- [#39](https://github.com/zendframework/zend-problem-details/pull/39)
28-
adds the `public` visibility modifier to all constants.
29-
- [#41](https://github.com/zendframework/zend-problem-details/pull/41)
30-
prevent crashing when ApiProblem tried to encode malformed UTF-8 sequences to JSON
27+
- [#39](https://github.com/zendframework/zend-problem-details/pull/39) adds the `public` visibility modifier to all constants.
28+
29+
- [#41](https://github.com/zendframework/zend-problem-details/pull/41) prevents crashes when the `ProblemDetailsResponseFactory` attempts to
30+
encode malformed UTF-8 sequences to JSON by ensuring the
31+
`JSON_PARTIAL_OUTPUT_ON_ERROR` flag is enabled.
3132

3233
## 1.0.0 - 2018-03-15
3334

0 commit comments

Comments
 (0)