X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=fe5426c2905c145dc373e9607f2f8e659cac24dc;hp=ce45e1ded1b64bb9d4d4589e965819a5edeb3cc2;hb=4e11cc7a25db3f5ff9b9eeb6cac1f6a5a39c8cc3;hpb=52d65afe1df421c9159d226d415771a6bd7389af diff --git a/Changes b/Changes index ce45e1d..fe5426c 100644 --- a/Changes +++ b/Changes @@ -1,13 +1,15 @@ # This file documents the revision history for Perl extension Catalyst. +5.80033 2011-07-24 16:09:00 + Bug fixes: - Fix Catalyst::Request so that the hostname accessor is not incorrectly populated with 'localhost' if a reverse DNS lookup fails. - 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.