X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=8d9249228448d81a8015a030b1d77b5980a7435c;hb=3879ae540f9ad4f33d7ec357114db4070789f827;hp=d885eab40a4be7196c9cdb15f70bf2cc70f5546f;hpb=58a5e7024325ce351aefdf0bbac7404d8a28863a;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index d885eab..8d92492 100644 --- a/Changes +++ b/Changes @@ -11,6 +11,9 @@ for dispatchable actions so that ->visit or ->going to ActionChains with qw/Class::Name method_name/ works correctly (t0m) - Tests for this (Radoslaw Zielinski) + - Throw an exception rather than loading an app if an action + tries to chain to itself (t0m) + - Tests for this - Added Catalyst::Test::ctx_request to be able to inspect the context object after a request is made (Jos Boumans)