X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=4433adff81d74be7dcce5926b8d68f7a54510fcb;hp=3f9c0a3da144f56e75cbd4db4c5d6a84db5fddc5;hb=bce96f6718e49e32b7bd9736001919c5613f4481;hpb=02298d3acbba3136f6c216651373a479f171e50e diff --git a/Changes b/Changes index 3f9c0a3..4433adf 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ # This file documents the revision history for Perl extension Catalyst. + - Throw an exception rather than loading an app if an action + tries to chain to itself (t0m) + - Tests for this - Change the $c->visit and $c->go methods to optionally take CaptureArgs, making them useful to call ActionChains with (t0m) - Tests for this (radek)