X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=493d343a8389077b40eaf9e1a20812ff55e6e05b;hp=d86f922bfa953ae0145ee07e1342ec3fe752a3f3;hb=84617fd51ecefe20d1ab8c369c964cce49ccebfc;hpb=d14f912340c595a28dd86e273ad386390e570b32 diff --git a/Changes b/Changes index d86f922..493d343 100644 --- a/Changes +++ b/Changes @@ -1,9 +1,11 @@ # This file documents the revision history for Perl extension Catalyst. + - Don't inline the constructor for Catalyst::Log to avoid a + warning on recent Moose versions. - Add delta documentation - Clean up recursion errors - Extra cross links in dispatch types POD (Ian Wells) - - Test uri_with clears query params when they are set to undef + - Test uri_with clears query params when they are set to undef (Ian Wells) - Complain about old Catalyst::Devel versions which generated ->setup(qw/-Debug... etc. as this is not recommended (t0m)