Based on https://github.com/zendframework/zend-form/releases/tag/release-2.9.0 (commit 784dfff4d171f736c38e63e80ba32d5814bee63d in this repo)
Added
-----
- [zendframework/zend-form#57](https://github.com/zendframework/zend-form/pull/57) adds new elements,
`FormSearch` and `FormTel`, which map to the `FormSearch` and `FormTel` view
helpers.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- Updates the composer suggestions list to remove those that were redundant, and
to add explicit constraints and reasons for each listed (e.g., laminas-code is
required for annotations support).