X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=f4817eeea23684ddd448a9f6c0255e131c69252c;hp=5e6e996f4aae2b57e748a0140477eafb3c5924ab;hb=cf49ace49fa91fcd4d036fba31a593ffe0b0b383;hpb=a96b11c290b395aca951964512c41052cea4de9f diff --git a/Changes b/Changes index 5e6e996..f4817ee 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,15 @@ easier for the application code to not have to differentiate between the two. + - Catalyst::ScriptRunner has been enhanced so that it will now + load and apply traits, making it easier to customise. + - MyApp::TraitFor::Script (if it exists) will be applied to all + scripts in the application. + - MyApp::TraitFor::Script::XXXX will be applied to the relevant script + (for example MyApp::TraitFor::Script::Server will be applied to + MyApp::Script::Server if it exists, or Catalyst::Script::Server + otherwise). + Documentation: - Document how to get the vhost of the request in $c->req->hostname