X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=38f1d7f7b1922cc9e2707ece03fb54d743ca8096;hb=1cc8db0ca98895fe4a8e4f4348885034e7528e39;hp=7b47f70768d6701931125fb27ed02319a60cd416;hpb=a339c154d48f18992da4b722b5eb262daff5bcbc;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 7b47f70..38f1d7f 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,18 @@ # This file documents the revision history for Perl extension Catalyst. + - Fix warning message about linearized @ISA in Catalyst::Component + (Emanuele Zeppieri) + - Require MX::MethodAttributes 0.06 to avoid issues with saying + use base 'Catalyst::Controller'; use Moose; losing actions (t0m) + - Fix all of t0m's typos in ::Upgrading and ::Delta (hobbs) + +5.80001 2009-04-18 22:18 + - 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)