X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=d70f917be443b5ffeb36aaa76e1d7548a9c8a98d;hb=c4b74171fea46515eb13446f0233ad02d7a34c20;hp=7e95d63e5dc779e274b9b776ea2538a118ce4df7;hpb=d05e45ce6f590af740752dbb45ee07c6cfda8258;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 7e95d63..d70f917 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 catalyst_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