Based on https://github.com/zendframework/zend-form/releases/tag/release-2.9.2 (commit b2d2dbaded5157f62970535cb520f8ffd0d5f4c8 in this repo)
Added
-----
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zendframework/zend-form#122](https://github.com/zendframework/zend-form/pull/122) fixes collection
binding following successful validation. The fix introduced in zendframework/zend-form#106, while it
corrected the behavior around binding a collection that was not re-submitted,
broke behavior around binding submitted collections. zendframework/zend-form#122 corrects the issue,
retaining the fix from zendframework/zend-form#106.