X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=70cbe01ec099dc209bb7f77d84305ec082bf1182;hp=3bcb925503cc374ac371ecc105d86d0fdc9ae4a7;hb=d2b583c3793b7ccf5ac228206c2fdad9bf7593aa;hpb=86a399db181f9d13bc7fbb2911639d478ce1b782 diff --git a/Changes b/Changes index 3bcb925..70cbe01 100644 --- a/Changes +++ b/Changes @@ -9,6 +9,8 @@ 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! + - uri_for now does more aggressing testing and warning if your args and captures + do not match expected number and type. 5.90085 - 2015-03-25 - Small change to Catalyst::Action to prevent autovivication of Args value (dim1++)