diff --git a/CHANGES.md b/CHANGES.md index 60ca11c..61158b3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ Poodinis Changelog ================== **Version 8.1.0-beta.4** * ADD compilation failure when trying to register a class by a supertype it does not inherit from. (#31) +* FIX breakage due to refactored isFunction from Phobos' traits module. (Fixes #32) **Version 8.1.0-beta.3** * CHANGE injection initializers to be defined as a registration scope instead of via Container.register(). See initializedBy().