X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FDelta.pod;h=e965025ef195d4bbfbd3be648cdbd74fca4018ab;hp=f480a8784a375710b502336a4ab7cca042982894;hb=ec4d72594fb7a701c2f36e85ecf9a680ca1abba2;hpb=cbe1376093c9b39392c907e2444f3044de091877 diff --git a/lib/Catalyst/Delta.pod b/lib/Catalyst/Delta.pod index f480a87..e965025 100755 --- a/lib/Catalyst/Delta.pod +++ b/lib/Catalyst/Delta.pod @@ -12,7 +12,7 @@ Catalyst releases. =head2 Type constraints on Args and CaptureArgs. You may now use a type constraint (using L, L or preferably -L in your Args or CaptureArgs action attributes. This can be used to restrict the value of the Arg. For example: sub myaction :Local Args(Int) { ... } @@ -24,6 +24,11 @@ your arguments to $c->uri_for(...) must match those constraints. See L for more. +=head2 Move CatalystX::InjectComponent into core + +L has a new method 'inject_component' which works the same as the method of +the same name in L. + =head2 VERSION 5.90080+ The biggest change in this release is that UTF8 encoding is now enabled by