Based on https://github.com/zfcampus/zf-mvc-auth/releases/tag/1.4.1 (commit 748dc8ba542738ef9f7125e446c20adf0f8a52f1 in this repo)
Added
-----
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zfcampus/zf-mvc-auth#120](https://github.com/zfcampus/zf-mvc-auth/pull/120) fixes the
`Module::onBootstrap()` method to re-introduce attachment of the
`MvcRouteListener`.
- [zfcampus/zf-mvc-auth#119](https://github.com/zfcampus/zf-mvc-auth/pull/119) fixes a comparisoin
in `DefaultResourceResolverListener::getIdentifier()` whereby an identifier of
`0` was incorrectly resulting in matching to a collection request. As
collections and entities often have different permissions, this could lead to
potential false-positiive authorization checks.