Based on https://github.com/zendframework/zend-form/releases/tag/release-2.7.0 (commit 3b4976d395beb74974bd79f96451c604ef603291 in this repo)
Added
-----
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zendframework/zend-form#40](https://github.com/zendframework/zend-form/pull/40) and
[zendframework/zend-form#43](https://github.com/zendframework/zend-form/pull/43) prepare the
component to be forwards compatible with each of the following:
- laminas-eventmanager v3
- laminas-hydrator v2.1
- laminas-servicemanager v3
- laminas-stdlib v3
- [zendframework/zend-form#14](https://github.com/zendframework/zend-form/pull/14) ensures that
collections can remove all elements when populating values.