X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=77a7b615dc3a1a24c116f2c39d243b97ad80d64d;hb=2bb54af3cebcf6ca3b2a4df31e7b8bd623a5e698;hp=587db487603e4a0558328f8b19a6e77ae83a654a;hpb=39c19901542c5dd372da7085afadaed75ed003d2;p=catagits%2FCatalystX-Declare.git diff --git a/Changes b/Changes index 587db48..77a7b61 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,29 @@ +[0.009] ... + - action classes are now moosified after loading, this means that + RenderView should now work with isa. (thanks to all reporters!) + - documented 'isa' action class option (experimental!) + +[0.008] Tue Aug 18 19:59:57 CEST 2009 + - default_inner now ignores arguments + - preparations for parameterized roles + - MooseX::Method::Signatures now publically exposes signature object + +[0.007] Sun Aug 16 04:12:43 CEST 2009 + - used namespace keyword in examples + - allow namespace shorcuts in controller role application + +[0.006] Sun Aug 16 03:43:10 CEST 2009 + - fixed keyword listing method to use new MXD around + - changed prereq for D:D to ensure fix of method call issue + +[0.005] Wed Aug 12 22:51:42 CEST 2009 + - action signature errors now lead to 404's, not 400's + - prereq D:D version that fixed method invocation issue + +[0.004] Wed Aug 5 22:40:58 CEST 2009 + - Added model and view keywords + - More configure_requires fixes + [0.003] Mon Aug 3 21:38:42 CEST 2009 - Added File::Find::Rule(::Perl) to configure_requires