Based on https://github.com/zendframework/zend-form/releases/tag/release-2.8.3 (commit 1524ddcac24dcc0bb68e5ff8f3fb8c01b191d3c8 in this repo)
Added
-----
- [zendframework/zend-form#70](https://github.com/zendframework/zend-form/pull/70) adds and publishes
the documentation to https://docs.laminas.dev/laminas-form/
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zendframework/zend-form#69](https://github.com/zendframework/zend-form/pull/69) fixes aliases in the
`FormElementManager` polyfill for laminas-servicemanager v2 to ensure they are
canonicalized correctly.