mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Add feature branch changelog to next version
This commit is contained in:
parent
78df679b7d
commit
78e9b34efe
|
@ -1,10 +1,12 @@
|
|||
Poodinis Changelog
|
||||
==================
|
||||
**Next Version**
|
||||
* ADD UDA which always resolved a new instance to an autowired member, regardless of registration scope.
|
||||
|
||||
**Version 2.2.0**
|
||||
* ADD canonical package module "package.d". Use "import poodinis;" to import the project.
|
||||
* DEPRECATE module "dependency.d". Please use the canonical package module. See previous point.
|
||||
* ADD autowiring of dynamic arrays. All registered instances of the element type of the array will be assigned to it.
|
||||
* ADD UDA which always resolved a new instance to an autowired member, regardless of registration scope.
|
||||
|
||||
**Version 2.1.0**
|
||||
* ADD option for registering a class by concrete type when registering that class by supertype.
|
||||
|
|
Loading…
Reference in a new issue