Based on https://github.com/zendframework/zend-form/releases/tag/release-2.7.1 (commit c1a4ddc0ed6b064bccfe68a4719008f88865647f in this repo)
Added
-----
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zendframework/zend-form#24](https://github.com/zendframework/zend-form/pull/24) ensures that when
`Laminas\Form\Form::getInputFilter()` when lazy-creates an `InputFilter`
instance, it is populated with the `InputFilterFactory` present in its own
`FormFactory`. This ensures that any custom inputs, input filters, validators,
or filters are available to the new instance.
- [zendframework/zend-form#38](https://github.com/zendframework/zend-form/pull/38) removes the
arbitrary restriction of only the "labelledby" and "describedby" aria
attributes on form element view helpers; any aria attribute is now allowed.
- [zendframework/zend-form#45](https://github.com/zendframework/zend-form/pull/45) fixes the behavior
in `Laminas\Form\Factory::create()` when pulling elements from the form element
manager; it now will pass specifications provided for the given element when
calling the manager's `get()` method.