X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=a72c75f013daf94401c0f72e0b37b7eed341041a;hb=e95b2b4905a83f68aeb8fde8dac3c1e7db141b4c;hp=c76cc9bd970a3e87988b282384429df10d07b2de;hpb=d536010b1fe05ffe44ecf20d9ca0ac1445d1d2ed;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index c76cc9b..a72c75f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ # This file documents the revision history for Perl extension Catalyst. + Bug fixes: + + - Make default body reponses for 302s W3C compliant. RT#71237 + + - Fix issue where groups of attributes to override controller actions + in config would be (incorrectly) overwritten, if the parser for that + attribute mangled the contents of the attribute. This was found + with Catalyst::Controller::ActionRole, where Does => [ '+Foo' ] + would be transformed to Does => [ 'Foo' ] and written back to config, + whereas Does => '+Foo' would not be changed in config. RT#65463 + Enhancements: - Set a matching Content-type for the redirect if Catalyst sets the