X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7b9b4312d46eb5b729627fe0541fbc0df3cd44ec;hb=4fbc0e853c0b29d1f6082909b0cb54595ea32787;hp=0a831f2002539fe8131147f6fe9f73f73a53e991;hpb=b1860d6c8cb5b00007c6f48410fd4d2616630b27;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 0a831f2..7b9b431 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ # 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 @@ -28,7 +31,6 @@ - namespace::clean related cleanups (rafl) - Import related cleanups and consistency fixes (rafl) - Fix test suite TestApp /dump/env action (t0m) - - Add $c->req->remote_user to disambiguate from $c->req->user (dwc) 5.8000_06 2009-02-04 21:00 - Disallow writing to config after setup (rafl)