X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=decb05b112df313ad5c3a78eacad836a9dcc80e7;hp=d382ed13b7029c339e92325d62e9e9df18572220;hb=98d049efac171f40ddcd1553d033f8daf6145e7d;hpb=1592e3ff1d864030c9ea35a05b139f1af82c5660 diff --git a/Changes b/Changes index d382ed1..decb05b 100644 --- a/Changes +++ b/Changes @@ -27,8 +27,8 @@ in general any request or response trait on CPAN that used 'CatalystX::RoleApplicator' should now just work with this core feature. Note that can also set thse roles via new configuration keys, 'request_class_traits', 'response_class_traits' - and 'stats_class_traits'. If you use both config at application class methods, they - are combined. + and 'stats_class_traits'. If you use both configuration and application class methods, + they are combined. - NEW FEATURE: Core concepts from 'CatalystX::ComponentsFromConfig'. You can now setup components directly from configuration. This could save you some effort and creating 'empty' base classes in your Model/View and Controller directories. This