fixed bugs in type constraints and cored some extensibility features
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Delta.pod
index f480a87..e965025 100755 (executable)
@@ -12,7 +12,7 @@ Catalyst releases.
 =head2 Type constraints on Args and CaptureArgs.
 
 You may now use a type constraint (using L<Moose>, L<MooseX::Types> or preferably
-L<Type::Tiny) in your Args or CaptureArgs action attributes.  This can be used
+L<Type::Tiny> 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<Catalyst::RouteMatching> for more.
 
+=head2 Move CatalystX::InjectComponent into core
+
+L<Catalyst::Utils> has a new method 'inject_component' which works the same as the method of
+the same name in L<CatalystX::InjectComponent>.
+
 =head2 VERSION 5.90080+
 
 The biggest change in this release is that UTF8 encoding is now enabled by