From: Florian Ragwitz Date: Sat, 18 Apr 2009 19:40:17 +0000 (+0000) Subject: Changelogging. X-Git-Tag: 5.80001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=84617fd51ecefe20d1ab8c369c964cce49ccebfc Changelogging. --- 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)