X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=a72c75f013daf94401c0f72e0b37b7eed341041a;hp=cc25e0bf56c3c0508e355d54d6f804d060fa8069;hb=e95b2b4905a83f68aeb8fde8dac3c1e7db141b4c;hpb=9c33163447834f558f3b13d7a0189bb4bd6cd5ec diff --git a/Changes b/Changes index cc25e0b..a72c75f 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,13 @@ - 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