X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=3bcb925503cc374ac371ecc105d86d0fdc9ae4a7;hp=e1eaea0f119896a7033e5ea00890bac2039bb4da;hb=cbe1376093c9b39392c907e2444f3044de091877;hpb=2a1c08c07e5a7fe716d5bfe897e5b27fc179300a diff --git a/Changes b/Changes index e1eaea0..3bcb925 100644 --- a/Changes +++ b/Changes @@ -4,7 +4,11 @@ - New Feature: Type Constraints on Args/CapturArgs. ALlows you to declare a Moose, MooseX::Types or Type::Tiny named constraint on your Arg or CaptureArg. - - New top level document on Route matching. (Catalyst::RouteMatching). + - When using $c->uri_for (or the derived $c->uri_for_action) and the target + action has type constrainted args (or captures), verify that the proposed + URL matches the defined args. + - New top level document on Route matching. (Catalyst::RouteMatching). This + document is still in development, but is worth review and comments, please! 5.90085 - 2015-03-25 - Small change to Catalyst::Action to prevent autovivication of Args value (dim1++)