Based on https://github.com/zendframework/zend-form/releases/tag/release-2.14.1 (commit 4771e61ddf145859c0c7eea2edf8426aa762bdc4 in this repo)
Added
-----
- Nothing.
Changed
-------
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zendframework/zend-form#230](https://github.com/zendframework/zend-form/pull/230) fixes the "`__clone` method called on non-object" error that happens when
the `$targetElement` is `null` within a `Collection` instance. It now properly
sets the data to an empty array in such circumstances.