X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=Changes;h=5cfa657e90420a60a2188002901aff3cf2191fe0;hp=d150d79e595b5a431c1ec71da9a4c1f678fdbbb4;hb=069355dabccdbb5fd15a4c7cabd7ef3b96963182;hpb=6e3de58fc7d0a4302fe9791c36346839ad91fb12 diff --git a/Changes b/Changes index d150d79..5cfa657 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,8 @@ # This file documents the revision history for Perl extension Catalyst. - - Add TODO tests for calling $c->req->body from inside an overridden - prepare_action method in a plugin, as used by - Catalyst::Plugin::Server (t0m) + - Fix calling $c->req->body from inside an overridden prepare_action + method in a plugin, as used by Catalyst::Plugin::Server (t0m) + - Test for this (t0m) - Fix assignment to Catalyst::Dispatcher's preload_dispatch_types and postload_dispatch_types attributes - assigning a list should later return a listref. Fixes Catalyst::Plugin::Server. (t0m)