From: Florian Ragwitz Date: Sun, 24 Jul 2011 14:41:25 +0000 (+0200) Subject: Better changelog for the ->config(actions => { '*' fix X-Git-Tag: 5.80033~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e3557c8620d118960b9d629f23571c25784b03b8 Better changelog for the ->config(actions => { '*' fix --- diff --git a/Changes b/Changes index ce45e1d..6cbe712 100644 --- a/Changes +++ b/Changes @@ -6,8 +6,8 @@ - Fix Path actions debug screen to display number of arguments - - Remove special-casing of '*' for get_action_methods, instead making the - handling more generic + - Fix a regression that prevented configuring attributes for all actions using + ->config(actions => { '*' => \%attrs }) from working - Append $\ in Catalyst::Response->print to more closely match IO::Handle's behaviour.