From: Tomas Doran Date: Mon, 1 Jun 2009 22:52:58 +0000 (+0000) Subject: Changelog X-Git-Tag: 5.80005~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd4d9ff7a23f97c2d96114ac777badcd1ff92459;hp=335b10ccebfe005fa84fd344cea0503cd9518677;p=catagits%2FCatalyst-Runtime.git Changelog --- diff --git a/Changes b/Changes index c18f261..4089670 100644 --- a/Changes +++ b/Changes @@ -20,6 +20,8 @@ - Add $c->req->remote_user to disambiguate from $c->req->user (dwc) - Require MooseX::MethodAttributes 0.12 so that action methods (with attributes) can be used in / composed from Moose roles. + - Allow the generation of cookies with the HTTPOnly flag set + in Catalyst::Engine (kmx) 5.80004 2009-05-18 17:03:23 - Rename the actions attribute in Catalyt::Controller to