Based on https://github.com/zendframework/zend-form/releases/tag/release-2.14.2 (commit 2c818316b193e0c8c127e2d7ecbb6991f90d32fe in this repo)
Added
-----
- Nothing.
Changed
-------
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zendframework/zend-form#232](https://github.com/zendframework/zend-form/pull/232) fixes validating `$creationOption`
of `Laminas\Form\ElementFactory`. Allowed values are: array, Traversable or null.
If invalid value provided exception will be thrown.
- [zendframework/zend-form#234](https://github.com/zendframework/zend-form/pull/234) registers `Search` and `Tel` form elements
within `Laminas\Form\FormElementManager` plugin manager.