X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=f2532217401f5f1e72c02d793b9daeae7b2e87f4;hb=8ddad083473c069f134706a90ded61edc04b1917;hp=7e95d63e5dc779e274b9b776ea2538a118ce4df7;hpb=d05e45ce6f590af740752dbb45ee07c6cfda8258;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 7e95d63..f253221 100644 --- a/Changes +++ b/Changes @@ -32,6 +32,15 @@ for the controller namespace - Break setup_components into two more parts: locate_components and expand_component_module (rjbs) + - Allow Components to return anon classed from their COMPONENT method + correctly, and have action registration work on Controllers returned + as such by adding a _component_name accessor for all components + which returns the component instance's name to be used when building + actions etc. + - Adding X-Forwarded-Port to allow the frontend proxy to dictate the + frontend port (jshirley) + - Added Catalyst::Stats->created accessor for the time at the start of + the request. Documentation: - Fix POD to refer to ->config(key => $val), rather than