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

Commit b763df5

Browse files
committed
Created CHANGELOG for #13
1 parent d2e71d5 commit b763df5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

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

77
### Added
88

9-
- Nothing.
9+
- [#13](https://github.com/zendframework/zend-stdlib/pull/13) adds
10+
`Zend\Stdlib\Hydrator\Iterator`, which provides mechanisms for hydrating
11+
objects when iterating a traversable. This allows creating generic collection
12+
resultsets; the original idea was pulled from
13+
[PhlyMongo](https://github.com/phly/PhlyMongo), where it was used to hydrate
14+
collections retrieved from MongoDB.
1015

1116
### Deprecated
1217

0 commit comments

Comments
 (0)