X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=ff60496c0d767c7a948399cde2a01a1cd25eace5;hb=7bc93bda59b4fe9f26f8a7ee6ccb24c8727461e8;hp=6a16c6d8df92d19416d8f3b834eaa29ce7ce1109;hpb=c2a8165b6661f2e08d1b9a179c9e615ba91d8220;p=catagits%2FCatalystX-Declare.git diff --git a/Changes b/Changes index 6a16c6d..ff60496 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,15 @@ -[0.008] ... +[0.010] ... + +[0.009] Fri Aug 21 23:54:11 CEST 2009 + - 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!) + - fixed bug where setup wasn't called without plugins + - fixed bug where under block scope wasn't cleaned up + - action signatures now influence dispatching, non-matching actinos + will be skipped by the chained dispatch type + +[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