X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=38f1d7f7b1922cc9e2707ece03fb54d743ca8096;hb=1cc8db0ca98895fe4a8e4f4348885034e7528e39;hp=2c646b6349340a4466979c7fffef82ba4cf66977;hpb=e7924bb5e2a5c7ccbaefb74dc3aebc9f41407a3d;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 2c646b6..38f1d7f 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,23 @@ # 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 + (Ian Wells) + - Complain about old Catalyst::Devel versions which generated + ->setup(qw/-Debug... etc. as this is not recommended (t0m) + +5.8000_07 2009-04-12 13:37 - Add the Catalyst::Dispatcher->dispatch_type method (ash) - Throw an exception rather than loading an app if an action tries to chain to itself (t0m) @@ -61,6 +79,8 @@ This is more correct, and avoids metaclass incompatibility in complex cases (t0m) - Tests for this (t0m) + - Use of deprecated Catalyst::Base now warns. (t0m) + - Add uri_with tests (gphat) 5.8000_06 2009-02-04 21:00 - Disallow writing to config after setup (rafl)