From 78e9b34efe75a8b33c14e52436afd469eb86834d Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 6 Jul 2015 22:56:41 +0200 Subject: [PATCH] Add feature branch changelog to next version --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 3fcc9d0..be35f71 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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.