Based on https://github.com/zendframework/zend-form/releases/tag/release-2.9.1 (commit 9ada2ce1cfc0610771b68351f118b55775162b44 in this repo)
Added
-----
- [zendframework/zend-form#85](https://github.com/zendframework/zend-form/pull/85) adds support for the
laminas-code 3.0 series (retaining support for the 2.* series).
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zendframework/zend-form#119](https://github.com/zendframework/zend-form/pull/119) fixes the order in
which the default initializers are injected into the `FormElementManager`,
ensuring that the initializer injecting a factory into a `FormFactoryAware`
instance is triggered before the initializer that calls `init()`, and also
that the initializer calling `init()` is always triggered last.
- [zendframework/zend-form#106](https://github.com/zendframework/zend-form/pull/106) updates behavior
around binding collection values to a fieldset or form such that if the
collection is not part of the current validation group, its value will not be
overwritten with an empty set.