X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=5a18272152eb5ddefcfabf2083a2cc332c7473c2;hb=92435154bf1ff5c2204c38285b04785d64e43ee2;hp=a48da4b40cfd42593197d6a698c425b26b3f4801;hpb=de144724dde9272876dc2863d580364492da7982;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index a48da4b..5a18272 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. +5.80004 2009-05-18 17:03:23 - Rename the actions attribute in Catalyt::Controller to _controller_actions to avoid name clashes with application controller naming. (random) @@ -23,6 +24,8 @@ to report 'Unknown Error' (t0m) - Support adding Moose::Roles to the plugin list. These are applied to MyApp after plugins have been pushed onto @ISA (t0m) + - Fix calling $c->req->parameters as the first thing you do when + parse_on_demand is on (t0m) 5.80003 2009-04-29 16:23:53 - Various POD tweaks. (hdp, dandv)