X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=7da6712dcd110d45b201623b90dc46513e7a48c8;hp=a93c67ba074e07a85005c04584ff87de03eeb748;hb=cbe627b901f8e459035a76d423229694e1fefbff;hpb=d5c890a4433058eb9fb0ac7f23cd264d38e6cff0 diff --git a/Changes b/Changes index a93c67b..7da6712 100644 --- a/Changes +++ b/Changes @@ -17,7 +17,9 @@ - NEW FEATURE: New method in Catalyst::Utils 'inject_component', which is a core version of the previously external addon 'CatalystX::InjectComponent'. You should start to convert your existing code which uses the stand alone version, since - going forward only the core version will be supported. + going forward only the core version will be supported. Also the core version in + Catalyst::Utils has an additional feature to compose roles into the injected + component. - NEW FEATURE: Concepts from 'CatalystX::RoleApplicator' have been moved to core so we now have the follow application attributes 'request_class_traits', 'response_class_traits' and 'stats_class_traits' which allow you to compose