X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=c8853436c7302a1672dcffb7631604ea17dae15c;hp=a1eb91b632891631bdee8629ae7dc030fdb2f937;hb=60034b8cdbd27d8e77dab3d46cfe3e11455c2fd7;hpb=051a69b9ac0e94a03b8e95ee3fdf8e989b635725 diff --git a/Changes b/Changes index a1eb91b..c885343 100644 --- a/Changes +++ b/Changes @@ -7,7 +7,10 @@ your code to use a method modifier (such as 'around'). - New match method "Method($HTTP_METHOD)" where $HTTP_METHOD in (GET, POST, PUT, HEAD, DELETE, OPTION) and shortcuts in controllers called "GET, POST - PUT, HEAD, DELETE, OPTION"). Tests and superficial docs (sorry) + PUT, HEAD, DELETE, OPTION"). Tests and documentation. Please note if you + are currently using Catalyst::ActionRole::MatchRequestMethods there may + be compatibility issues. You should remove that actionrole since the built + in behavior is compatible on its own. - security fixes in the way we handle redirects - Make Catalyst::Engine and Catalyst::Base immutable - Some test and documentation improvements