X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e82bf608d32cef1787f9784bdab67a0d8a82c194;hb=abc509c475c535e2cbe4effb981f9b1561bf316e;hp=2c646b6349340a4466979c7fffef82ba4cf66977;hpb=e7924bb5e2a5c7ccbaefb74dc3aebc9f41407a3d;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 2c646b6..e82bf60 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. +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 +62,7 @@ This is more correct, and avoids metaclass incompatibility in complex cases (t0m) - Tests for this (t0m) + - Use of deprecated Catalyst::Base now warns. (t0m) 5.8000_06 2009-02-04 21:00 - Disallow writing to config after setup (rafl)