X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;fp=Changes;h=e1eaea0f119896a7033e5ea00890bac2039bb4da;hp=595d249307243c8734432a1e041d45bfa957b824;hb=130b45ec858db6863e3d6959f7a6e3b6908cd48e;hpb=77b90892c20eafb4f80910aab7b63f0cd5b43511 diff --git a/Changes b/Changes index 595d249..e1eaea0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ # 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. + - New top level document on Route matching. (Catalyst::RouteMatching). + 5.90085 - 2015-03-25 - Small change to Catalyst::Action to prevent autovivication of Args value (dim1++) - Minor typo fixes (Abraxxa++)