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

Commit 73c4f97

Browse files
committed
Adds CHANGELOG entry for #43
1 parent cd61a9f commit 73c4f97

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@ All notable changes to this project will be documented in this file, in reverse
2727

2828
### Fixed
2929

30-
- Nothing.
30+
- [#43](https://github.com/zendframework/zend-expressive-zendviewrenderer/pull/43)
31+
ensures that if a view model provided to the renderer contains child view
32+
models, then it will properly merge variables pulled from the child model.
33+
Previously, an error would occur due to an attempt to merge either a null or
34+
an object where it expected an array.
3135

3236
## 1.4.0 - 2017-03-14
3337

0 commit comments

Comments
 (0)