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

Commit

Permalink
Created CHANGELOG for #13
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 21, 2015
1 parent d2e71d5 commit b763df5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ All notable changes to this project will be documented in this file, in reverse

### Added

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

### Deprecated

Expand Down

0 comments on commit b763df5

Please sign in to comment.