X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=b8770fcdcfc677dc4ee0dfac12e55e598f0c43e0;hp=c8f5e485ee56064647f9c0e445a3cb5cadf52196;hb=a53e36d1c89298c1421aa5a9cc5ab9a8ebb972c9;hpb=40c06ae47e6977f2a40a000169682bfd0c1ba38d diff --git a/Changes b/Changes index c8f5e48..b8770fc 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,9 @@ # This file documents the revision history for Perl extension Catalyst. Bug fixes: + - Fix warnings in some matching cases for Action methods with + Args(), when using Catalyst::DispatchType::Chained + - Fix request body parameters to not be undef if no parameters are supplied.