Based on https://github.com/zfcampus/zf-mvc-auth/releases/tag/1.5.1 (commit cf08f973696f8f3f9f7bb5d964406be79c21e56b in this repo)
Added
-----
- Nothing.
Changed
-------
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zfcampus/zf-mvc-auth#143](https://github.com/zfcampus/zf-mvc-auth/pull/143) provides an update to `Laminas\ApiTools\MvcAuth\Factory\OAuth2ServerFactory` to allow the `api-tools-oauth2.options.use_openid_connect`
option (or adapter-specific setting `options.use_openid_connect`) to vary which class is used for an
`authorization_code` grant type. If the setting is present and a boolean `true` value, the class
`OAuth2\OpenID\GrantType\AuthorizationCode` will be used instead of `OAuth2\GrantType\AuthorizationCode`.