Add fix to changelog

This commit is contained in:
Mike Bierlee 2021-05-01 21:43:09 +03:00
parent 5e9774b96a
commit 87172b0989

View file

@ -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().