X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=3bcb925503cc374ac371ecc105d86d0fdc9ae4a7;hp=595d249307243c8734432a1e041d45bfa957b824;hb=86a399db181f9d13bc7fbb2911639d478ce1b782;hpb=6cf77e11ef210219fbbe19df5f5b7cd7c84f501c diff --git a/Changes b/Changes index 595d249..3bcb925 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,15 @@ # This file documents the revision history for Perl extension Catalyst. +5.90089_001 - TBA + - 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. + - 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++) - Minor typo fixes (Abraxxa++)