X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=95d51c4342e05979977329cb57870843d7d1a610;hb=a50e5b463c6cc4044b7d39a157d54db64212ef51;hp=a917b7822981c9429d1d387b9e612906d3fd9950;hpb=43c581537432e9e6dd82d10375e1aac4cbcff5fb;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index a917b78..95d51c4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. + - Further change pushing 'env' attribute down into Catalyst::Engine + to make $c->engine->env work in all cases (kmx) + - Clarify correct techniques for Moose controllers (domm) + - Add $c->req->remote_user to disambiguate from $c->req->user (dwc) + 5.80004 2009-05-18 17:03:23 - Rename the actions attribute in Catalyt::Controller to _controller_actions to avoid name clashes with application