Based on https://github.com/zendframework/zend-mvc-plugin-identity/releases/tag/1.1.0 (commit fd4609b31a0da7ac9665c5981f6f50b216e6b48a in this repo)
Added
-----
- [zendframework/zend-mvc-plugin-identity#11](https://github.com/zendframework/zend-mvc-plugin-identity/pull/11) adds support for PHP 7.1 and 7.2.
Changed
-------
- [zendframework/zend-mvc-plugin-identity#9](https://github.com/zendframework/zend-mvc-plugin-identity/pull/9) modifies the `IdentityFactory` such that it will attempt to lookup the
`Laminas\Authentication\AuthenticationServiceInterface` service if no `Laminas\Authentication\AuthenticationService`
service is present in the container, and use it to seed the `Identity` plugin if found.
Deprecated
----------
- Nothing.
Removed
-------
- [zendframework/zend-mvc-plugin-identity#11](https://github.com/zendframework/zend-mvc-plugin-identity/pull/11) removes support for HHVM.
Fixed
-----
- Nothing.