X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=7db0ab6eeb53f0edc8f5578832c83513e0555f25;hp=9b6169de82bc87a26eebe8a20a37c059821dbe99;hb=e995c634139297d4f211ee2608df03f510a19dc4;hpb=542a67cf086b9e90d16d87e6f7ef0c1d02bacf03 diff --git a/Changes b/Changes index 9b6169d..7db0ab6 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ # This file documents the revision history for Perl extension Catalyst. + - 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) - Tests for this