summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Changes7
1 files changed, 7 insertions, 0 deletions
diff --git a/Changes b/Changes
index d468090..c405448 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,13 @@
Revision history for Bread-Board-Declare
{{$NEXT}}
+ - dependencies can now be specified inline with the dep() function
+ - type inference can now infer dependencies that are non-moose classes,
+ and dependencies which are created by block injections (as long as the
+ class is also specified)
+ - Bread::Board::Declare classes can now specify subcontainers - see
+ Bread::Board::Declare::Meta::Role::Attribute::Container and
+ t/subcontainers.t for more details
0.10 2011-07-27
- bump Bread::Board prereq due to a bug