Based on https://github.com/zfcampus/zf-mvc-auth/releases/tag/1.4.3 (commit a9d1371509301ad31b5f688912e1840b773efa43 in this repo)
Added
-----
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zfcampus/zf-mvc-auth#128](https://github.com/zfcampus/zf-mvc-auth/pull/128) fixes an issue
stemming from changes in the Admin API; controller service names are often
written in configuration using dash, versus namespace, separators, which
causes authorization lookups to fail. This version now converts dashes to
namespace separators in the controller names when creating the ACL.