X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=0cd6f04536e9b079827c47a9ddd1d72ffd6dcb28;hb=5202c98e2dbf8d42a7ea187c906d1c451a511288;hp=ece6ef1918cdcaa8988e8ead7a7ec4b2fa781710;hpb=ed4a2203909db0545a9f96392d0dd2aa62f86e80;p=catagits%2FCatalystX-Declare.git diff --git a/Changes b/Changes index ece6ef1..0cd6f04 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,22 @@ -[0.009] ... +[0.012] ... + - fixed query parameter handling + +[0.011] Sun Oct 11 20:18:19 CEST 2009 + - fixed broken isa RenderView test case + - parameterized roles now available + - path parts and chain base actions are parameterizable + - action names are parameterizable + - fixed parameterized role target meta object bug + - dispatch type mutabilisation for manipulation now done more + sanely (Tomas Doran). + - fixed M:I requirement handling for authors. + - controller roles are now applied all at once (Tomas Doran). + - private actions now have a default signature of (@). + +[0.010] Sun Sep 13 15:52:01 CEST 2009 + - Fix Compat with MooseX::Method::Signatures >=0.22 ( KENTNL ) + +[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!)