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

Commit 0bf18c2

Browse files
committed
Adds CHANGELOG entry for #50
1 parent 29edb06 commit 0bf18c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Versions prior to 0.4.0 were released as the package "weierophinney/hal".
2424

2525
### Fixed
2626

27+
- [#50](https://github.com/zendframework/zend-expressive-hal/pull/50) fixes the `Halresource` constructor documentation of the `$embedded`
28+
argument to correctly be an array of `HalResource` arrays (and not just an
29+
array of `HalResource` instances).
30+
2731
- [#41](https://github.com/zendframework/zend-expressive-hal/pull/41) fixes how `null` values in resources are handled when rendering as XML.
2832
Previously, these would lead to an `InvalidResourceValueException`; now they
2933
are rendered as content-less tags.

0 commit comments

Comments
 (0)