X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=c81aff296ac1f172f086d9596603243898c16c10;hb=7f8fcc0aaf478c8b464ce014472941bce376be9c;hp=0d2e92d9d9a0808177c16918b7fce472054f98a5;hpb=2f3812528068bc1d9f7840067f0c03d36cd47e6d;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index 0d2e92d..c81aff2 100644 --- a/Changes +++ b/Changes @@ -1,14 +1,23 @@ # This file documents the revision history for Perl extension Catalyst. -5.8000 +5.8000_01 - Port to Moose - Added test for action stringify - Added test for component instances getting $self->{value} from config. + - 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 - Add pt translation of error message (wreis) - Make :Chained('../action') work (Florian Ragwitz) + - Add test actions + - Chained doc improvements (rev 8326-8328) 5.7099_03 2008-07-20 10:10:00 - Fix regressions for regexp fallback in model(), view() and controller()