diff --git a/CHANGELOG.md b/CHANGELOG.md index fa33b83..109e3ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ All notable changes to this project will be documented in this file, in reverse which keeps the current behavior of registering the `ModuleAutoloader` and `AutoloaderProvider`. If you disable it, these features will no longer be loaded, allowing `ModuleManager` to be used without zend-loader. +- [#5](https://github.com/zendframework/zend-modulemanager/pull/5) adds the + ability to use a class of any name for a module, so long as you provide the + fully qualified class name when registering the module with the module + manager. ### Deprecated