mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Fix typo
This commit is contained in:
parent
365d5895c3
commit
8bd88fbcb9
|
@ -8,7 +8,7 @@ Poodinis Changelog
|
||||||
|
|
||||||
**Version 8.1.0**
|
**Version 8.1.0**
|
||||||
* ADD ability to provide custom instance creator when registering a dependency (PR #28)
|
* ADD ability to provide custom instance creator when registering a dependency (PR #28)
|
||||||
* ADD post-instance-consruction callback (PR #28)
|
* ADD post-instance-construction callback (PR #28)
|
||||||
* FIX inheritance type template in custom instance creator (PR #29)
|
* FIX inheritance type template in custom instance creator (PR #29)
|
||||||
* CHANGE injection initializers to be defined as a registration scope instead of via Container.register(). See initializedBy().
|
* CHANGE injection initializers to be defined as a registration scope instead of via Container.register(). See initializedBy().
|
||||||
* ADD initializedOnceBy() to create singleton instances via injection initializer.
|
* ADD initializedOnceBy() to create singleton instances via injection initializer.
|
||||||
|
|
Loading…
Reference in a new issue