From ae9a630e6f16be7496530814e4ab46589f4b0dc3 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 11 Jul 2017 11:50:19 -0500 Subject: [PATCH] Adds CHANGELOG for #5 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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