X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=f32b51712487806d3f4c40395446e4f67f5fdf02;hp=facae4e3cc97952a10c0d31f5bb42cebcfae17ce;hb=13c6b4cc50b9235536022e4deb470c151d9b7fac;hpb=f263fa9a3be935b736f5d901316565662387c41b diff --git a/Changes b/Changes index facae4e..f32b517 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ # 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 + - Added Catalyst::Test::ctx_request to be able to inspect + the context object after a request is made (Jos Boumans) + - debug() POD rewrite (jhannah) - Change the warning when you have conflicting components to present a list (t0m) - Move NEXT use and testing deprecated features out to its own