From 78df679b7d5ff2d3adaa085c3b6f458cc7c97e14 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 4 Jul 2015 12:53:00 +0200 Subject: [PATCH] Add added UDA feature to changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 24f7b77..3fcc9d0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,7 @@ Poodinis Changelog * 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.