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

Commit 4e30c39

Browse files
committed
Added CHANGELOG for #1
1 parent fede1f1 commit 4e30c39

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- Nothing.
9+
- [#1](https://github.com/zendframework/zend-view/pull/1) adds a new `loop()`
10+
method to the `partialLoop()` helper, allowing the ability to chain setters
11+
with rendering:
12+
`$this->partialLoop()->setObjectKey('foo')->loop('partial', $data)`
1013

1114
### Deprecated
1215

0 commit comments

Comments
 (0)