X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=481b0cbf1432372f12ae35a7750390f0d23b8d9c;hb=3c9e62941f58bc6d8d22c6b8a2a2f7bf5b1c5ab0;hp=2c646b6349340a4466979c7fffef82ba4cf66977;hpb=e7924bb5e2a5c7ccbaefb74dc3aebc9f41407a3d;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 2c646b6..481b0cb 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,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)