X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=afa85ddb7e0c075a19fe1dee61793f6588e25028;hb=bdcb95efa27f8d8fb89623cccbc0b24c78ebfd48;hp=c90e65295749491e38cdfb079e6fff714fedc354;hpb=fbcc39ad23f2bbecf5d84c9ba581e6af86fcd460;p=catagits%2FCatalyst-Runtime.git diff --git a/Changes b/Changes index c90e652..afa85dd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Tis file documents the revision history for Perl extension Catalyst. +5.50 + - Added upload parameters back into $c->req->params. + - Added multiple paths support to dispatcher + - Fixed bug in req->path where changing the path added a trailing + slash. + - Removed req->handle and res->handle + - Added prepare_body_chunk method as a hook for upload progress. + - Fixed bug in uri_for method when base has no path. + 5.49_01 2005-10-10 10:15:00 - Refactored all internals, should be 99% compatible to previous versions.