summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-01-24 18:11:26 -0600
committerJesse Luehrs <doy@tozt.net>2012-01-26 17:32:02 -0600
commit605f2e1806a9b8eba6ecba378493181b4d971103 (patch)
tree2a624d0ed843add5bea28266a4d14fdf6ce90f85 /Changes
parentd4fc09d937d7afb2d08ab4badca26426d78944da (diff)
downloadbread-board-declare-605f2e1806a9b8eba6ecba378493181b4d971103.tar.gz
bread-board-declare-605f2e1806a9b8eba6ecba378493181b4d971103.zip
changelog0.11
Diffstat (limited to 'Changes')
-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