X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7b9b4312d46eb5b729627fe0541fbc0df3cd44ec;hb=0f0d5870f79757617666432d22312e2823c1e1af;hp=e6e66c9da176c8e8701d0d62fec81e8530c2a8b9;hpb=19a24dbb5b7329841b77ce80102c85c6bb137dee;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index e6e66c9..7b9b431 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ # This file documents the revision history for Perl extension Catalyst. + - 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 test application so that the main TestApp isn't polluted with spurious warnings (t0m)