X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c81aff296ac1f172f086d9596603243898c16c10;hb=7f8fcc0aaf478c8b464ce014472941bce376be9c;hp=d898cec81983972fabd224ee7cb1eab12d3e9f15;hpb=6cf9bf47126ced88c8b6955b7fbca88be0df0acf;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index d898cec..c81aff2 100644 --- a/Changes +++ b/Changes @@ -4,7 +4,13 @@ - Port to Moose - Added test for action stringify - Added test for component instances getting $self->{value} from config. - - Chained doc improvements (rev 8326-8328) + - Add Catalyst::Response->print() method (ilmari) + - Optionally aggregate tests using Test::Aggregate (Florian Ragwitz). + - Additional docs for uri_for to mention how to use $c->action and + $c->req->captures (jhannah) + - List unattached chained actions in Debug mode (Florian Ragwitz). + - Pod formatting fix for Engine::FastCGI (Oleg Kostyuk). + - Add visit, a returning ->go 5.7XXXXXX XXXX - Fix some Win32 test failures